:root {
  --bg: #f6f1e8;
  --bg-warm: rgba(255, 213, 167, 0.42);
  --bg-cool: rgba(212, 225, 255, 0.34);
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(255, 255, 255, 0.92);
  --panel-muted: rgba(243, 245, 250, 0.9);
  --panel-border: rgba(173, 183, 205, 0.28);
  --panel-border-strong: rgba(120, 137, 174, 0.34);
  --text: #2c3443;
  --text-strong: #212937;
  --muted: #77829a;
  --accent: #2f63e8;
  --accent-strong: #234fc5;
  --accent-soft: #ebf1ff;
  --accent-soft-border: rgba(84, 115, 206, 0.28);
  --shadow-warm: rgba(204, 166, 113, 0.18);
  --shadow-cool: rgba(104, 121, 171, 0.14);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  color: var(--text);
  background:
    radial-gradient(circle at top left, var(--bg-warm), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(255, 201, 160, 0.28), transparent 24%),
    radial-gradient(circle at top right, var(--bg-cool), transparent 22%),
    linear-gradient(180deg, #f9f5ef 0%, #f7f2ea 50%, #f5efe6 100%);
  font-family: "Pretendard", "Segoe UI Variable Text", "Segoe UI", "Noto Sans KR", sans-serif;
}

body {
  padding: 18px;
}

.page-shell {
  position: relative;
  width: 100%;
}

.eyebrow,
.label {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.layout {
  display: block;
}

.game-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 20px 40px var(--shadow-warm),
    0 26px 54px var(--shadow-cool),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  padding: 16px 0 0;
  border-radius: 34px;
  backdrop-filter: blur(18px);
}

.game-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 233, 205, 0.36), transparent 24%),
    radial-gradient(circle at 84% 84%, rgba(214, 226, 255, 0.26), transparent 22%);
}

.panel-actions {
  position: relative;
  z-index: 1;
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, var(--panel-strong), rgba(247, 248, 252, 0.88));
  border: 1px solid var(--panel-border);
  box-shadow:
    0 14px 28px rgba(171, 180, 200, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.panel-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 1fr);
  gap: 8px;
  align-items: stretch;
  margin: 0 16px 16px;
  padding: 8px;
  border-radius: 22px;
}

.nav-pane {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 243, 249, 0.9));
  border: 1px solid rgba(177, 187, 208, 0.3);
  box-shadow:
    0 12px 24px rgba(171, 180, 200, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.pane-head,
.controls-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.pane-head .label,
.controls-top .label {
  margin: 0;
}

.mode-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.toolbar-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 8px;
}

.toolbar-actions .secondary-button {
  padding: 8px 12px;
  font-size: 0.82rem;
}

.control-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.control-item {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 7px 8px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f5f7fb);
  border: 1px solid rgba(177, 187, 208, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.control-key {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(234, 239, 249, 0.92);
  border: 1px solid rgba(177, 187, 208, 0.28);
  color: var(--text-strong);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.control-text {
  min-width: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.chip {
  padding: 9px 13px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f0f3f8);
  border: 1px solid rgba(177, 187, 208, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.chip-button {
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(177, 187, 208, 0.36);
  background: linear-gradient(180deg, #ffffff, #f1f4f9);
  color: var(--text);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    0 10px 18px rgba(149, 160, 186, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition:
    transform 140ms ease,
    background 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease,
    color 140ms ease;
}

.chip-button:hover,
.mode-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.chip-button.is-active {
  background: linear-gradient(180deg, #f8fbff, #e3edff);
  border-color: rgba(88, 118, 207, 0.4);
  color: var(--accent-strong);
  box-shadow:
    0 14px 24px rgba(97, 123, 193, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.chip-button-accent {
  border-color: rgba(61, 96, 187, 0.48);
  background: linear-gradient(180deg, #3d72eb, #2a58d8);
  color: #ffffff;
  box-shadow:
    0 16px 28px rgba(55, 91, 190, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.chip-button-accent:hover {
  background: linear-gradient(180deg, #487af0, #315fe0);
}

.mode-button,
.secondary-button {
  width: auto;
  border-radius: 18px;
  padding: 5px 8px;
  cursor: pointer;
  font: inherit;
  transition:
    transform 140ms ease,
    background 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease,
    color 140ms ease;
}

.mode-button {
  --mode-accent-glow: rgba(122, 139, 189, 0.16);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  text-align: left;
  color: #5f6b83;
  font-weight: 700;
  background: linear-gradient(180deg, #fffdfa, #f0f3f8);
  border: 1px solid rgba(173, 183, 205, 0.34);
  box-shadow:
    0 10px 18px rgba(158, 167, 187, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.mode-button::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% 24%, var(--mode-accent-glow), transparent 34%);
}

.mode-button.is-rosenberg {
  --mode-accent-glow: rgba(218, 109, 78, 0.18);
}

.mode-button.is-laraa {
  --mode-accent-glow: rgba(92, 126, 214, 0.18);
}

.mode-button-copy,
.mode-button-thumb {
  position: relative;
  z-index: 1;
}

.mode-button-copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.mode-button-title {
  min-width: 0;
  color: inherit;
  font-size: 0.74rem;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mode-button-shortcut {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(161, 173, 198, 0.34);
  background: rgba(245, 248, 253, 0.9);
  color: #6e7a92;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.1;
  white-space: nowrap;
}

.mode-button-thumb {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid rgba(183, 191, 211, 0.42);
  box-shadow:
    0 12px 20px rgba(158, 167, 187, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.mode-button.is-rosenberg .mode-button-thumb {
  background: linear-gradient(180deg, #fff4ee, #f6dfd2);
}

.mode-button.is-laraa .mode-button-thumb {
  background: linear-gradient(180deg, #f2f5ff, #e1e7ff);
}

.mode-button-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
}

.mode-button.is-active {
  color: var(--accent-strong);
  background: linear-gradient(180deg, #ffffff, #eaf0ff);
  border-color: rgba(86, 115, 206, 0.42);
  box-shadow:
    0 16px 28px rgba(94, 120, 197, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.mode-button.is-active .mode-button-thumb {
  border-color: rgba(86, 115, 206, 0.34);
  box-shadow:
    0 14px 24px rgba(94, 120, 197, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.mode-button.is-active .mode-button-shortcut {
  border-color: rgba(86, 115, 206, 0.32);
  background: rgba(233, 239, 255, 0.96);
  color: var(--accent-strong);
}

.secondary-button {
  border: 1px solid rgba(173, 183, 205, 0.36);
  color: var(--text);
  font-weight: 700;
  background: linear-gradient(180deg, #ffffff, #f1f4f9);
  box-shadow:
    0 10px 18px rgba(158, 167, 187, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.secondary-button.is-active {
  color: var(--accent-strong);
  background: linear-gradient(180deg, #ffffff, #e7eeff);
  border-color: rgba(86, 115, 206, 0.42);
  box-shadow:
    0 16px 28px rgba(94, 120, 197, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.toolbar-slow {
  flex: 0 0 auto;
  min-width: 118px;
}

.game-status-dock {
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 242, 250, 0.86));
  backdrop-filter: blur(10px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  box-shadow:
    0 14px 24px rgba(100, 113, 153, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.game-status-dock::-webkit-scrollbar {
  display: none;
}

.game-status-dock > * {
  flex: 0 0 auto;
}

.status-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 245, 251, 0.92));
  border: 1px solid rgba(173, 183, 205, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
  white-space: nowrap;
}

.status-pill-pattern {
  min-width: 260px;
  max-width: 320px;
}

.status-value-pattern {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-label {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.status-value {
  color: var(--text-strong);
  font-size: 0.88rem;
  font-weight: 800;
}

.status-pill-lives {
  gap: 10px;
  padding-right: 12px;
}

.status-pill-dash {
  gap: 10px;
  min-width: 220px;
  padding-right: 12px;
}

.status-gauge {
  position: relative;
  flex: 1 1 126px;
  width: 126px;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(175, 186, 209, 0.32);
  border: 1px solid rgba(163, 175, 202, 0.32);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.86),
    inset 0 -1px 2px rgba(121, 138, 180, 0.08);
}

.status-gauge-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform-origin: left center;
  transform: scaleX(1);
  background: linear-gradient(90deg, #8fe9cb 0%, #66d7e2 100%);
  transition:
    background 160ms ease,
    box-shadow 160ms ease;
  box-shadow: 0 0 12px rgba(94, 218, 191, 0.24);
}

.status-gauge-fill.is-refilling {
  transition:
    transform 120ms linear,
    background 160ms ease,
    box-shadow 160ms ease;
}

.status-pill-dash.is-cooling .status-gauge-fill {
  background: linear-gradient(90deg, #ffb273 0%, #ff7a5d 100%);
  box-shadow: 0 0 12px rgba(255, 132, 89, 0.2);
}

.status-pill-dash .status-value {
  min-width: 48px;
  text-align: right;
}

.status-hearts {
  display: flex;
  align-items: center;
  gap: 6px;
}

.life-heart {
  color: #ff5c78;
  font-size: 1.02rem;
  line-height: 1;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94),
    0 0 12px rgba(255, 112, 140, 0.18);
  transition:
    transform 0.18s ease,
    color 0.18s ease,
    opacity 0.18s ease,
    filter 0.18s ease,
    text-shadow 0.18s ease;
}

.life-heart.is-empty {
  color: rgba(129, 141, 163, 0.34);
  opacity: 0.42;
  filter: grayscale(1);
  text-shadow: none;
  transform: scale(0.9);
}

.game-slow-toggle {
  position: relative;
  top: auto;
  right: auto;
  z-index: 0;
  min-width: 112px;
  border-color: rgba(255, 255, 255, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 242, 250, 0.86));
  backdrop-filter: blur(10px);
  box-shadow:
    0 14px 24px rgba(100, 113, 153, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.game-toolbar-button {
  min-width: 108px;
}

.game-toolbar-button.is-paused {
  color: #8f3a1c;
  border-color: rgba(206, 118, 86, 0.4);
  background: linear-gradient(180deg, #fff8f2, #ffe7d9);
  box-shadow:
    0 16px 28px rgba(207, 137, 100, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

#game-root {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-radius: 28px;
  aspect-ratio: 72 / 29;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(237, 241, 251, 0.18)),
    linear-gradient(180deg, #fcfbf8 0%, #f3efe8 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(170, 181, 203, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 28px rgba(170, 180, 204, 0.12);
}

.game-tip-panel {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  width: min(420px, calc(100% - 36px));
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background:
    radial-gradient(circle at top right, rgba(229, 236, 255, 0.86), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 242, 250, 0.88));
  backdrop-filter: blur(12px);
  box-shadow:
    0 18px 32px rgba(74, 89, 127, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  overflow: hidden;
}

.game-tip-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 12px 16px;
  cursor: pointer;
  list-style: none;
}

.game-tip-summary::-webkit-details-marker {
  display: none;
}

.game-tip-summary::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-right: 2px solid rgba(92, 111, 162, 0.72);
  border-bottom: 2px solid rgba(92, 111, 162, 0.72);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.game-tip-panel[open] .game-tip-summary::after {
  transform: rotate(225deg);
}

.game-tip-badge {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(232, 238, 254, 0.96);
  border: 1px solid rgba(154, 168, 206, 0.28);
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-tip-summary-title {
  min-width: 0;
  color: var(--text-strong);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
}

.game-tip-body {
  padding: 0 16px 14px;
}

.game-tip-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.55;
}

.pause-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(29, 31, 41, 0.16), rgba(25, 27, 36, 0.34));
  backdrop-filter: blur(4px);
}

.pause-overlay[hidden] {
  display: none;
}

.pause-overlay-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: min(320px, calc(100% - 48px));
  padding: 22px 28px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 239, 233, 0.88));
  box-shadow:
    0 20px 42px rgba(37, 42, 58, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  text-align: center;
}

.pause-overlay-label {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pause-overlay-title {
  color: var(--text-strong);
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 1.1;
}

.pause-overlay-hint {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

#game-root canvas {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1120px) {
  body {
    padding: 14px;
  }

  .panel-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .mode-button {
    min-height: 42px;
  }

  .toolbar-slow {
    min-width: 132px;
  }

  .game-status-dock {
    top: 16px;
    right: 16px;
  }

  .game-slow-toggle {
    min-width: 108px;
  }

  #game-root {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

@media (max-width: 760px) {
  .mode-strip,
  .control-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    padding: 10px;
  }

  .game-panel {
    padding: 12px 0 0;
    border-radius: 28px;
  }

  .panel-actions {
    grid-template-columns: minmax(0, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px;
  }

  .nav-pane {
    padding: 8px;
  }

  .mode-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mode-button {
    width: 100%;
    min-width: 100%;
    min-height: 46px;
  }

  .mode-button-thumb {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .mode-button-title {
    font-size: 0.72rem;
  }

  .mode-button-shortcut {
    padding: 3px 7px;
    font-size: 0.62rem;
  }

  .controls-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .toolbar-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .control-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .toolbar-slow {
    flex: 1 1 100%;
    width: 100%;
  }

  .game-status-dock {
    top: 0;
    left: 12px;
    right: 12px;
    gap: 6px;
    padding: 7px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .status-pill {
    padding: 7px 9px;
  }

  .status-pill-pattern {
    min-width: 220px;
    max-width: 260px;
  }

  .status-label {
    font-size: 0.7rem;
  }

  .status-value {
    font-size: 0.82rem;
  }

  .status-hearts {
    gap: 5px;
  }

  .life-heart {
    font-size: 0.94rem;
  }

  .status-pill-dash {
    min-width: 190px;
  }

  .status-gauge {
    width: 104px;
    flex-basis: 104px;
  }

  .game-slow-toggle {
    min-width: 104px;
    width: auto;
  }

  .game-status-dock .toolbar-slow {
    flex: 0 1 auto;
    width: auto;
  }

  .game-tip-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
  }

  .game-tip-summary {
    padding: 11px 14px;
  }

  .game-tip-summary-title {
    font-size: 0.8rem;
  }

  .game-tip-body {
    padding: 0 14px 12px;
  }

  .game-tip-desc {
    font-size: 0.75rem;
  }

  .game-toolbar-button {
    min-width: 100px;
  }

  .pause-overlay {
    padding: 18px;
  }

  .pause-overlay-card {
    min-width: 0;
    width: min(280px, calc(100% - 20px));
    padding: 18px 20px;
    border-radius: 22px;
  }

  .pause-overlay-title {
    font-size: 1.24rem;
  }

  .pause-overlay-hint {
    font-size: 0.84rem;
  }
}
