:root {
  --jlpt180-guide-pink: #ef4f98;
  --jlpt180-guide-pink-dark: #d7317e;
  --jlpt180-guide-cyan: #35d8ff;
  --jlpt180-guide-blue: #4468e8;
  --jlpt180-guide-ink: #24345f;
  --jlpt180-guide-soft: #fff8fc;
  --jlpt180-guide-safe-bottom: 24px;
}

.jlpt180-guide-bot-root,
.jlpt180-guide-bot-root * {
  box-sizing: border-box;
}

.jlpt180-guide-bot-root,
.jlpt180-guide-bot-root button,
.jlpt180-guide-bot-root a,
.jlpt180-guide-bot-root p,
.jlpt180-guide-bot-root h1,
.jlpt180-guide-bot-root h2,
.jlpt180-guide-bot-root h3,
.jlpt180-guide-bot-root span,
.jlpt180-guide-bot-root div {
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif !important;
}

.jlpt180-guide-bot-root button,
.jlpt180-guide-bot-root a {
  font-synthesis: none;
}

.jlpt180-guide-bot-root {
  position: fixed;
  left: auto;
  top: auto;
  right: 24px;
  bottom: var(--jlpt180-guide-safe-bottom);
  width: 118px;
  height: 118px;
  z-index: 2147483000;
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  color: var(--jlpt180-guide-ink);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.jlpt180-guide-bot-root[data-guide-ready="1"] {
  transition: opacity .22s ease;
}

.jlpt180-guide-nameplate {
  position: absolute;
  z-index: 6;
  left: auto;
  right: 0;
  top: -25px;
  width: max-content;
  max-width: 150px;
  padding: 4px 9px;
  border: 1px solid rgba(211, 32, 64, .58);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 232, 238, .96));
  color: #cf173d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .035em;
  text-align: center;
  text-shadow: 0 1px 0 #fff, 0 0 5px rgba(255, 48, 76, .48), 0 0 10px rgba(255, 48, 76, .28);
  box-shadow: 0 3px 10px rgba(83, 35, 51, .2), 0 0 10px rgba(255, 66, 92, .25), inset 0 1px 0 rgba(255, 255, 255, .96);
  transform: none;
  white-space: nowrap;
  pointer-events: none;
  animation: jlpt180GuideNameGlow 1.8s ease-in-out infinite;
}


.jlpt180-guide-bot-root.is-left-side .jlpt180-guide-nameplate {
  left: 0;
  right: auto;
}

.jlpt180-guide-bot-root.is-panel-open .jlpt180-guide-nameplate {
  opacity: 0;
  visibility: hidden;
}

.jlpt180-guide-robot {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: grab;
  touch-action: none;
  pointer-events: auto;
  filter: drop-shadow(0 14px 24px rgba(44, 55, 94, .18)) drop-shadow(0 0 12px rgba(255,255,255,.72));
  outline: none;
  overflow: visible;
}

.jlpt180-guide-robot::before {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: 1;
  border: 3px solid rgba(255,255,255,.96);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, rgba(255,255,255,.88) 0%, rgba(244,251,255,.74) 40%, rgba(232,246,255,.42) 62%, rgba(225,242,255,.18) 76%, rgba(255,255,255,0) 100%);
  box-shadow: 0 10px 24px rgba(56, 77, 121, .18), 0 0 0 2px rgba(76, 212, 255, .28), inset 0 1px 0 rgba(255,255,255,.98);
  opacity: 1;
  pointer-events: none;
}

.jlpt180-guide-bot-root .jlpt180-guide-robot,
.jlpt180-guide-bot-root .jlpt180-guide-robot:hover,
.jlpt180-guide-bot-root .jlpt180-guide-robot:focus,
.jlpt180-guide-bot-root .jlpt180-guide-robot:focus-visible,
.jlpt180-guide-bot-root .jlpt180-guide-robot:active {
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.jlpt180-guide-robot:hover,
.jlpt180-guide-robot:focus,
.jlpt180-guide-robot:focus-visible,
.jlpt180-guide-robot:active {
  cursor: grab;
}

.jlpt180-guide-robot:active {
  cursor: grabbing;
}

.jlpt180-guide-robot::after {
  content: none !important;
  display: none !important;
}

.jlpt180-guide-robot img {
  position: relative;
  z-index: 2;
  display: block;
  width: 106px;
  height: 106px;
  object-fit: contain;
  pointer-events: none;
  transform-origin: 50% 82%;
  animation: jlpt180GuideFloat 3.2s ease-in-out infinite;
}

.jlpt180-guide-robot-halo {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 4px;
  height: 24px;
  border: 3px solid rgba(80, 224, 255, .86);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(87, 231, 255, .28), transparent 68%);
  box-shadow: 0 0 20px rgba(77, 217, 255, .72), inset 0 0 13px rgba(255,255,255,.9);
  animation: jlpt180GuideHalo 2.5s ease-in-out infinite;
}

.jlpt180-guide-online-dot {
  position: absolute;
  z-index: 4;
  right: 9px;
  top: 13px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #3fe27f;
  box-shadow: 0 0 0 3px rgba(63,226,127,.22), 0 2px 6px rgba(0,0,0,.15);
}

.jlpt180-guide-bot-root.is-dragging .jlpt180-guide-robot img {
  animation: none;
  transform: scale(.96) rotate(-3deg);
}

.jlpt180-guide-bot-root.is-bopping .jlpt180-guide-robot img {
  animation: jlpt180GuideBop .52s ease;
}

.jlpt180-guide-drag-hint {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: max-content;
  max-width: 210px;
  padding: 5px 10px;
  border: 1px solid rgba(114, 172, 235, .35);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #506083;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 7px 18px rgba(71, 87, 132, .13);
  opacity: .92;
  pointer-events: none;
  white-space: nowrap;
}

.jlpt180-guide-mini-speech {
  position: absolute;
  right: 76px;
  bottom: 76px;
  width: max-content;
  max-width: min(250px, calc(100vw - 108px));
  padding: 9px 12px;
  border: 1px solid rgba(234, 86, 153, .26);
  border-radius: 15px 15px 4px 15px;
  background: rgba(255,255,255,.97);
  color: #475679;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 10px 26px rgba(66, 71, 126, .18);
  opacity: 0;
  transform: translateY(6px) scale(.96);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.jlpt180-guide-mini-speech.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.jlpt180-guide-mini-speech.has-action {
  pointer-events: auto;
}

.jlpt180-guide-mini-text {
  display: block;
}

.jlpt180-guide-mini-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(207, 23, 61, .35);
  border-radius: 999px;
  background: rgba(255, 238, 242, .98);
  color: #bd1537;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(153, 32, 65, .12);
}

.jlpt180-guide-mini-action:hover,
.jlpt180-guide-mini-action:focus-visible {
  background: #fff;
  outline: 2px solid rgba(207, 23, 61, .18);
  outline-offset: 2px;
}

.jlpt180-guide-bot-root.is-left-side .jlpt180-guide-mini-speech {
  left: 76px;
  right: auto;
  border-radius: 15px 15px 15px 4px;
}

.jlpt180-guide-panel {
  position: fixed;
  width: min(360px, calc(100vw - 24px));
  min-height: 260px;
  padding: 24px 20px 20px;
  border: 1px solid rgba(235, 110, 166, .24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0%, rgba(86, 220, 255, .16), transparent 31%),
    radial-gradient(circle at 0% 100%, rgba(255, 139, 192, .17), transparent 34%),
    rgba(255, 250, 253, .98);
  box-shadow: 0 24px 60px rgba(54, 48, 98, .25), inset 0 0 0 1px rgba(255,255,255,.84);
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text;
}

.jlpt180-guide-panel[hidden],
.jlpt180-guide-spotlight[hidden],
.jlpt180-guide-tour-card[hidden] {
  display: none !important;
}

.jlpt180-guide-panel.is-centered {
  max-height: min(82vh, 760px);
  overflow: auto;
}

.jlpt180-guide-panel::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-right: 1px solid rgba(235, 110, 166, .24);
  border-bottom: 1px solid rgba(235, 110, 166, .24);
  background: rgba(255, 250, 253, .98);
  transform: rotate(45deg);
}

.jlpt180-guide-panel-close,
.jlpt180-guide-tour-close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #b24d82;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.jlpt180-guide-panel-close:hover,
.jlpt180-guide-tour-close:hover {
  background: rgba(235, 93, 158, .1);
}

.jlpt180-guide-panel-avatar {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #effdff, #fff1f8);
  box-shadow: 0 9px 22px rgba(55, 99, 157, .22);
  overflow: hidden;
}

.jlpt180-guide-panel-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jlpt180-guide-panel-content {
  padding-top: 54px;
}

.jlpt180-guide-panel h2 {
  margin: 0 34px 8px 0;
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif !important;
  font-weight: 700;
  color: #6840c5;
  font-size: 23px;
  line-height: 1.16;
  text-align: center;
}

.jlpt180-guide-panel p {
  margin: 0 0 15px;
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif !important;
  font-weight: 400;
  color: #4d5673;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.jlpt180-guide-choice-list {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.jlpt180-guide-choice {
  display: flex;
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid rgba(101, 117, 197, .32);
  border-radius: 16px;
  background: rgba(255,255,255,.8);
  color: #34436f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.jlpt180-guide-choice:hover,
.jlpt180-guide-choice:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(77, 189, 239, .7);
  box-shadow: 0 8px 18px rgba(69, 112, 180, .14);
  outline: none;
}

.jlpt180-guide-choice.is-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #fb79b8, #ea3f8f);
  color: #fff;
  box-shadow: 0 10px 22px rgba(231, 61, 139, .27), inset 0 1px 0 rgba(255,255,255,.55);
}

.jlpt180-guide-choice.is-soft {
  background: linear-gradient(135deg, rgba(234,247,255,.95), rgba(249,242,255,.95));
}

.jlpt180-guide-panel-note {
  margin-top: 12px !important;
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif !important;
  font-weight: 400 !important;
  color: #7a84a1 !important;
  font-size: 12px !important;
}

.jlpt180-guide-access-badge {
  margin: 0 auto 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #73532a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.jlpt180-guide-access-badge.is-basic {
  border: 1px solid rgba(207, 164, 83, .38);
  background: #fff6dc;
}


/* Home hub: Góp Gạch first, VIP second, learning tools third. */
.jlpt180-guide-panel.is-home {
  width: min(410px, calc(100vw - 24px));
  max-height: min(88vh, 820px);
  padding: 15px;
  overflow: auto;
  border-color: rgba(206, 76, 129, .24);
  background:
    radial-gradient(circle at 100% 0%, rgba(99, 214, 255, .13), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(255, 157, 198, .16), transparent 38%),
    #fffdfd;
}

.jlpt180-guide-panel.is-home .jlpt180-guide-panel-content {
  padding-top: 0;
}

.jlpt180-guide-panel.is-home::after,
.jlpt180-guide-panel.is-help::after {
  display: none;
}

.jlpt180-guide-home {
  display: grid;
  gap: 11px;
}

.jlpt180-guide-home-head {
  min-height: 58px;
  padding: 3px 34px 0 62px;
}

.jlpt180-guide-home-head > span {
  display: block;
  margin-bottom: 2px;
  color: #cf294f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .065em;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(229, 43, 83, .28);
}

.jlpt180-guide-panel .jlpt180-guide-home-head h2 {
  margin: 0 0 3px;
  color: #253353;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.16;
  text-align: left;
}

.jlpt180-guide-panel .jlpt180-guide-home-head p {
  margin: 0;
  color: #626d89;
  font-size: 12px;
  line-height: 1.38;
  text-align: left;
}

.jlpt180-guide-home-access-note {
  margin: 0 !important;
  padding: 9px 11px;
  border: 1px solid rgba(178, 84, 126, .22);
  border-radius: 12px;
  background: #fff5f9;
  color: #8a3e62 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

.jlpt180-guide-priority-card {
  position: relative;
  padding: 13px;
  border: 1px solid transparent;
  border-radius: 17px;
  overflow: hidden;
}

.jlpt180-guide-priority-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.jlpt180-guide-priority-card > * {
  position: relative;
  z-index: 1;
}

.jlpt180-guide-priority-card.is-contribution {
  border-color: rgba(206, 65, 81, .27);
  background: linear-gradient(145deg, #fff8e9 0%, #fff2f2 54%, #fff8fb 100%);
  box-shadow: 0 9px 22px rgba(174, 54, 78, .12), inset 0 1px 0 rgba(255,255,255,.9);
}

.jlpt180-guide-priority-card.is-contribution::before {
  background: radial-gradient(circle at 94% 6%, rgba(255, 191, 77, .22), transparent 35%);
}

.jlpt180-guide-priority-card.is-vip {
  border-color: rgba(104, 91, 199, .24);
  background: linear-gradient(145deg, #f6f2ff 0%, #eff8ff 58%, #fff7fb 100%);
  box-shadow: 0 8px 20px rgba(84, 72, 166, .1), inset 0 1px 0 rgba(255,255,255,.9);
}

.jlpt180-guide-priority-card.is-vip::before {
  background: radial-gradient(circle at 96% 4%, rgba(79, 200, 255, .2), transparent 36%);
}

.jlpt180-guide-priority-kicker {
  margin-bottom: 3px;
  color: #bb3656;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.jlpt180-guide-priority-card.is-vip .jlpt180-guide-priority-kicker {
  color: #6651be;
}

.jlpt180-guide-priority-card h3 {
  margin: 0 0 7px;
  color: #293756;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.jlpt180-guide-panel .jlpt180-guide-priority-card p {
  margin: 7px 0 9px;
  color: #555f79;
  font-size: 12.5px;
  line-height: 1.48;
  text-align: left;
}

.jlpt180-guide-brick-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 9px;
  border: 1px solid rgba(202, 55, 73, .2);
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  color: #b62242;
  box-shadow: inset 0 1px 0 #fff;
}

.jlpt180-guide-brick-rate strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.jlpt180-guide-brick-rate span {
  color: #8e7280;
  font-size: 12px;
  font-weight: 900;
}

.jlpt180-guide-priority-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.jlpt180-guide-home-button {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 42px;
  padding: 8px 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.jlpt180-guide-home-button.is-contribution-primary {
  background: linear-gradient(135deg, #e43d59, #c92949);
  color: #fff !important;
  box-shadow: 0 7px 15px rgba(190, 38, 68, .22), inset 0 1px 0 rgba(255,255,255,.38);
}

.jlpt180-guide-home-button.is-contribution-secondary {
  border-color: rgba(191, 49, 72, .23);
  background: rgba(255,255,255,.86);
  color: #a92c48;
}

.jlpt180-guide-home-button.is-vip-primary {
  background: linear-gradient(135deg, #7255c9, #4e78ce);
  color: #fff !important;
  box-shadow: 0 7px 15px rgba(77, 87, 181, .2), inset 0 1px 0 rgba(255,255,255,.38);
}

.jlpt180-guide-home-button.is-vip-secondary {
  border-color: rgba(93, 81, 181, .22);
  background: rgba(255,255,255,.86);
  color: #5847a6 !important;
}

.jlpt180-guide-priority-card small {
  display: block;
  margin-top: 7px;
  color: #806b74;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.jlpt180-guide-trial-status {
  display: grid;
  gap: 2px;
  margin: 0 0 9px;
  padding: 8px 10px;
  border: 1px solid rgba(94, 83, 186, .22);
  border-radius: 11px;
  background: rgba(255, 255, 255, .8);
  text-align: left;
}

.jlpt180-guide-trial-status strong {
  color: #51429d;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.3;
}

.jlpt180-guide-trial-status span {
  color: #66708c;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
}

.jlpt180-guide-trial-status.is-active {
  border-color: rgba(39, 151, 111, .25);
  background: #eefbf6;
}

.jlpt180-guide-trial-status.is-active strong {
  color: #167252;
}

.jlpt180-guide-trial-status.is-expired {
  border-color: rgba(174, 79, 97, .22);
  background: #fff4f6;
}

.jlpt180-guide-trial-status.is-expired strong {
  color: #a03d55;
}

.jlpt180-guide-home-button:disabled,
.jlpt180-guide-home-button.is-loading {
  cursor: wait;
  opacity: .72;
}

.jlpt180-guide-vip-benefits {
  display: grid;
  gap: 5px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.jlpt180-guide-vip-benefits li {
  position: relative;
  padding-left: 14px;
  color: #4c5878;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.4;
}

.jlpt180-guide-vip-benefits li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6e62c7;
  box-shadow: 0 0 0 3px rgba(110, 98, 199, .12);
}

.jlpt180-guide-other-needs {
  padding: 12px;
  border: 1px solid rgba(91, 111, 170, .16);
  border-radius: 16px;
  background: rgba(248, 251, 255, .9);
}

.jlpt180-guide-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.jlpt180-guide-section-title span {
  color: #79829d;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.jlpt180-guide-section-title h3 {
  margin: 0;
  color: #364563;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.jlpt180-guide-need-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.jlpt180-guide-need-grid > a,
.jlpt180-guide-need-grid > button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  min-height: 61px;
  padding: 9px 10px;
  border: 1px solid rgba(89, 105, 162, .18);
  border-radius: 12px;
  background: #fff;
  color: #33415f !important;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
}

.jlpt180-guide-need-grid strong {
  margin-bottom: 2px;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.25;
}

.jlpt180-guide-need-grid span {
  color: #75809c;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.3;
}

.jlpt180-guide-all-help {
  width: 100%;
  min-height: 43px;
  margin-top: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(204, 57, 122, .24);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff4f8, #f5f2ff);
  color: #8f376d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  cursor: pointer;
}

.jlpt180-guide-home-utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 12px;
  padding: 1px 4px 0;
}

.jlpt180-guide-home-utility a,
.jlpt180-guide-home-utility button {
  min-height: 30px;
  padding: 4px 1px;
  border: 0;
  background: transparent;
  color: #7a8298 !important;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.jlpt180-guide-home-button:hover,
.jlpt180-guide-home-button:focus-visible,
.jlpt180-guide-need-grid > a:hover,
.jlpt180-guide-need-grid > a:focus-visible,
.jlpt180-guide-need-grid > button:hover,
.jlpt180-guide-need-grid > button:focus-visible,
.jlpt180-guide-all-help:hover,
.jlpt180-guide-all-help:focus-visible {
  transform: translateY(-1px);
  outline: none;
  filter: brightness(1.02);
}

/* Priority content inside Help & FAQ. */
.jlpt180-guide-help-priority {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.jlpt180-guide-help-feature {
  padding: 11px;
  border: 1px solid rgba(194, 61, 91, .22);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff9eb, #fff3f5);
}

.jlpt180-guide-help-feature.is-vip {
  border-color: rgba(102, 88, 191, .22);
  background: linear-gradient(145deg, #f7f3ff, #eff8ff);
}

.jlpt180-guide-help-feature > span {
  display: block;
  color: #b83c59;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.jlpt180-guide-help-feature.is-vip > span {
  color: #6754b9;
}

.jlpt180-guide-help-feature h3 {
  margin: 2px 0 5px;
  color: #303d5d;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.jlpt180-guide-help-feature > strong {
  display: block;
  margin: 0 0 5px;
  color: #b42242;
  font-size: 13px;
  font-weight: 900;
}

.jlpt180-guide-panel .jlpt180-guide-help-feature p {
  margin: 0 0 8px;
  color: #566078;
  font-size: 11.5px;
  line-height: 1.42;
  text-align: left;
}

.jlpt180-guide-help-feature > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.jlpt180-guide-help-feature a,
.jlpt180-guide-help-feature button {
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 7px 8px;
  border: 1px solid rgba(183, 53, 79, .22);
  border-radius: 11px;
  background: rgba(255,255,255,.84);
  color: #9f2d49 !important;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.jlpt180-guide-help-feature.is-vip a,
.jlpt180-guide-help-feature.is-vip button {
  border-color: rgba(93, 80, 177, .22);
  color: #5948a6 !important;
}

.jlpt180-guide-help-points {
  display: grid;
  gap: 6px;
  margin: 2px 0 10px;
  padding: 0;
  list-style: none;
}

.jlpt180-guide-help-points li {
  position: relative;
  padding-left: 15px;
  color: #4d5874;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.48;
}

.jlpt180-guide-help-points li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: .58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d64b83;
}

.jlpt180-guide-panel .jlpt180-guide-help-answer p.jlpt180-guide-help-note {
  margin: 8px 0 10px;
  padding: 8px 9px;
  border-left: 3px solid #d84b83;
  border-radius: 8px;
  background: #fff5f9;
  color: #71546a;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
}

.jlpt180-guide-coach-head > span {
  display: block;
  margin: 0 32px 5px 0;
  color: var(--jlpt180-guide-pink-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
  text-transform: uppercase;
}

.jlpt180-guide-coach-summary {
  margin-bottom: 11px !important;
  color: #66718f !important;
  font-size: 12.5px !important;
}

.jlpt180-guide-coach-welcome {
  margin-bottom: 7px !important;
  padding: 9px 10px;
  border-radius: 12px;
  background: #f3efff;
  color: #4f4382 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.jlpt180-guide-coach-task {
  padding: 14px;
  border: 1px solid rgba(91, 119, 211, .23);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(239,250,255,.96), rgba(255,244,250,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

.jlpt180-guide-coach-task > small {
  display: block;
  margin-bottom: 4px;
  color: #7352cb;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.jlpt180-guide-coach-task h3 {
  margin: 0 0 7px;
  color: #283a69;
  font-size: 18px;
  line-height: 1.25;
}

.jlpt180-guide-coach-task p {
  margin-bottom: 11px;
  color: #53607f;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.jlpt180-guide-coach-start {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fb79b8, #ea3f8f);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 9px 20px rgba(231, 61, 139, .24);
}

.jlpt180-guide-coach-start span {
  margin-left: 8px;
  font-size: 18px;
}

.jlpt180-guide-coach-budget {
  display: grid;
  grid-template-columns: auto repeat(3, 1fr);
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.jlpt180-guide-coach-budget > span {
  color: #66718f;
  font-size: 11px;
  font-weight: 700;
}

.jlpt180-guide-coach-budget button {
  min-height: 40px;
  padding: 5px;
  border: 1px solid rgba(101, 117, 197, .28);
  border-radius: 11px;
  background: #fff;
  color: #495879;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.jlpt180-guide-coach-budget button.is-active {
  border-color: #8565dc;
  background: #f0eaff;
  color: #6644c5;
}

.jlpt180-guide-coach-path {
  margin-top: 13px;
}

.jlpt180-guide-coach-path > b {
  display: block;
  margin-bottom: 7px;
  color: #34436f;
  font-size: 12px;
}

.jlpt180-guide-coach-path ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jlpt180-guide-coach-path li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 5px 8px;
  border-radius: 12px;
  background: rgba(245,247,253,.9);
}

.jlpt180-guide-coach-path li > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e9edf8;
  color: #617091;
  font-size: 11px;
  font-weight: 800;
}

.jlpt180-guide-coach-path li.is-current > span {
  background: #7352d3;
  color: #fff;
}

.jlpt180-guide-coach-path li b,
.jlpt180-guide-coach-path li small {
  display: block;
}

.jlpt180-guide-coach-path li b {
  overflow: hidden;
  color: #3c496e;
  font-size: 12px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jlpt180-guide-coach-path li small {
  margin-top: 1px;
  color: #7b85a1;
  font-size: 10.5px;
}

.jlpt180-guide-coach-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.jlpt180-guide-coach-stats > span {
  min-width: 0;
  padding: 7px 5px;
  border: 1px solid rgba(116, 134, 198, .18);
  border-radius: 12px;
  background: rgba(255,255,255,.76);
  text-align: center;
}

.jlpt180-guide-coach-stats b,
.jlpt180-guide-coach-stats small {
  display: block;
}

.jlpt180-guide-coach-stats b {
  overflow-wrap: anywhere;
  color: #5543a8;
  font-size: 12px;
  line-height: 1.25;
}

.jlpt180-guide-coach-stats small {
  margin-top: 2px;
  color: #7c86a0;
  font-size: 9.5px;
  line-height: 1.2;
}

.jlpt180-guide-coach-open {
  display: block;
  min-height: 44px;
  margin-top: 9px;
  padding: 12px 4px 6px;
  color: #6245bd;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.jlpt180-guide-coach-loading {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 210px;
  color: #4f5d80;
  text-align: center;
}

.jlpt180-guide-coach-loading > span {
  width: 36px;
  height: 36px;
  border: 4px solid #e8e9f6;
  border-top-color: var(--jlpt180-guide-pink);
  border-radius: 50%;
  animation: jlpt180GuideSpin .8s linear infinite;
}

.jlpt180-guide-panel.is-help {
  width: min(430px, calc(100vw - 24px));
  max-height: min(88vh, 820px);
  padding-left: 16px;
  padding-right: 16px;
}

.jlpt180-guide-help-head > span {
  display: block;
  margin: 0 40px 4px 72px;
  color: #d83434;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255, 62, 62, .48);
}

.jlpt180-guide-help-head h2 {
  margin-bottom: 6px;
}

.jlpt180-guide-panel p.jlpt180-guide-help-intro {
  margin-bottom: 12px;
  font-size: 13px;
}

.jlpt180-guide-quick-links {
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid rgba(211, 66, 132, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.jlpt180-guide-quick-links > h3 {
  margin: 0 0 7px;
  color: #7049bd;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.jlpt180-guide-quick-links > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.jlpt180-guide-quick-link {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 42px;
  padding: 8px 7px;
  border: 1px solid rgba(104, 92, 177, .2);
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(245, 251, 255, .98), rgba(255, 243, 249, .98));
  color: #59419f !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}

.jlpt180-guide-quick-link:hover,
.jlpt180-guide-quick-link:focus-visible {
  border-color: rgba(211, 66, 132, .48);
  background: #fff;
  outline: none;
}

.jlpt180-guide-help-search {
  display: block;
  margin-bottom: 12px;
}

.jlpt180-guide-help-search > span {
  display: block;
  margin: 0 0 5px 3px;
  color: #5b6480;
  font-size: 11px;
  font-weight: 800;
}

.jlpt180-guide-help-search input {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid rgba(104, 92, 177, .25);
  border-radius: 13px;
  outline: 0;
  background: rgba(255,255,255,.96);
  color: #33405f;
  font-size: 14px;
  box-shadow: inset 0 1px 3px rgba(53, 61, 104, .07);
}

.jlpt180-guide-help-search input:focus {
  border-color: rgba(224, 63, 132, .62);
  box-shadow: 0 0 0 3px rgba(239, 79, 152, .12);
}

.jlpt180-guide-help-results {
  display: grid;
  gap: 13px;
}

.jlpt180-guide-help-group {
  min-width: 0;
}

.jlpt180-guide-help-group > h3 {
  margin: 0 2px 7px;
  color: #7049bd;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.jlpt180-guide-help-item {
  margin-bottom: 7px;
  border: 1px solid rgba(101, 119, 179, .18);
  border-radius: 13px;
  background: rgba(255,255,255,.82);
  overflow: hidden;
}

.jlpt180-guide-help-item summary {
  position: relative;
  min-height: 44px;
  padding: 12px 38px 12px 12px;
  color: #3f4d70;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.38;
  cursor: pointer;
  list-style: none;
  overflow-wrap: anywhere;
}

.jlpt180-guide-help-item summary::-webkit-details-marker {
  display: none;
}

.jlpt180-guide-help-item summary::after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 50%;
  color: #d84386;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.jlpt180-guide-help-item[open] summary {
  background: linear-gradient(135deg, rgba(235, 248, 255, .82), rgba(255, 238, 247, .82));
}

.jlpt180-guide-help-item[open] summary::after {
  content: "−";
}

.jlpt180-guide-help-answer {
  padding: 0 12px 12px;
  border-top: 1px solid rgba(101, 119, 179, .12);
}

.jlpt180-guide-panel .jlpt180-guide-help-answer p {
  margin: 10px 0;
  color: #4d5874;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  overflow-wrap: anywhere;
}

.jlpt180-guide-help-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.jlpt180-guide-help-actions > :only-child {
  grid-column: 1 / -1;
}

.jlpt180-guide-help-action,
.jlpt180-guide-help-back {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(211, 66, 132, .24);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(246, 252, 255, .98), rgba(255, 242, 248, .98));
  color: #6647b0;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.jlpt180-guide-help-action.is-direct {
  border-color: transparent;
  background: linear-gradient(135deg, #f468a7, #df3d86);
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(218, 54, 126, .2);
}

.jlpt180-guide-help-action.is-tour {
  color: #6647b0;
}

.jlpt180-guide-help-action:hover,
.jlpt180-guide-help-action:focus-visible,
.jlpt180-guide-help-back:hover,
.jlpt180-guide-help-back:focus-visible {
  border-color: rgba(211, 66, 132, .48);
  background: #fff;
}

.jlpt180-guide-help-action.is-direct:hover,
.jlpt180-guide-help-action.is-direct:focus-visible {
  border-color: transparent;
  background: linear-gradient(135deg, #ed5b9c, #d9367e);
  color: #fff !important;
}

.jlpt180-guide-help-back {
  margin-top: 14px;
  border-color: rgba(87, 102, 158, .2);
  background: rgba(255,255,255,.78);
  color: #526080;
}

.jlpt180-guide-panel p.jlpt180-guide-help-empty {
  padding: 18px 12px;
  border: 1px dashed rgba(101, 119, 179, .25);
  border-radius: 13px;
  background: rgba(255,255,255,.68);
  font-size: 13px;
}

.jlpt180-guide-spotlight {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2147482990;
  border: 3px solid rgba(255,255,255,.98);
  border-radius: 20px;
  box-shadow:
    0 0 0 9999px rgba(25, 18, 54, .63),
    0 0 0 7px rgba(245, 88, 159, .38),
    0 0 32px rgba(65, 216, 255, .88),
    inset 0 0 24px rgba(255,255,255,.28);
  pointer-events: none;
  transition: left .22s ease, top .22s ease, width .22s ease, height .22s ease, border-radius .22s ease;
}

.jlpt180-guide-tour-card {
  position: fixed;
  z-index: 2147483002;
  width: min(370px, calc(100vw - 24px));
  padding: 22px 20px 18px;
  border: 1px solid rgba(110, 190, 235, .42);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 218, 255, .15), transparent 31%),
    linear-gradient(150deg, rgba(255,255,255,.99), rgba(255,247,252,.99));
  box-shadow: 0 24px 65px rgba(24, 20, 55, .34), inset 0 0 0 1px rgba(255,255,255,.86);
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text;
}

.jlpt180-guide-tour-kicker {
  margin: 0 32px 5px 0;
  color: var(--jlpt180-guide-pink-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.jlpt180-guide-tour-card h2 {
  margin: 0 34px 8px 0;
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif !important;
  font-weight: 700;
  color: #33426e;
  font-size: 22px;
  line-height: 1.2;
}

.jlpt180-guide-tour-text {
  margin: 0 0 15px;
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif !important;
  font-weight: 400;
  color: #4d5673;
  font-size: 14px;
  line-height: 1.56;
}

.jlpt180-guide-tour-progress {
  width: 100%;
  height: 7px;
  margin: 4px 0 16px;
  border-radius: 999px;
  background: #ecedf7;
  overflow: hidden;
}

.jlpt180-guide-tour-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jlpt180-guide-cyan), var(--jlpt180-guide-pink));
  transition: width .25s ease;
}

.jlpt180-guide-tour-actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 9px;
}

.jlpt180-guide-tour-actions button {
  min-height: 44px;
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif !important;
  padding: 9px 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.jlpt180-guide-tour-back {
  border: 1px solid rgba(97, 111, 184, .3);
  background: #fff;
  color: #435178;
}

.jlpt180-guide-tour-next {
  border: 0;
  background: linear-gradient(135deg, #61cffa, #e8519d);
  color: #fff;
  box-shadow: 0 10px 22px rgba(105, 121, 211, .23);
}

.jlpt180-guide-tour-actions button:disabled {
  opacity: .45;
  cursor: default;
}

body.jlpt180-guide-tour-running .jlpt180-guide-robot,
body.jlpt180-guide-tour-running .jlpt180-guide-nameplate,
body.jlpt180-guide-tour-running .jlpt180-guide-drag-hint,
body.jlpt180-guide-tour-running .jlpt180-guide-mini-speech,
body.jlpt180-guide-tour-running .jlpt180-guide-panel {
  visibility: hidden !important;
}

@keyframes jlpt180GuideNameGlow {
  0%, 100% { opacity: .9; filter: brightness(.96); }
  50% { opacity: 1; filter: brightness(1.18); }
}

@keyframes jlpt180GuideFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-7px) rotate(1deg); }
}

@keyframes jlpt180GuideHalo {
  0%, 100% { transform: scale(.95); opacity: .72; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes jlpt180GuideBop {
  0% { transform: translateY(0) rotate(0); }
  28% { transform: translateY(-14px) rotate(-7deg); }
  56% { transform: translateY(0) rotate(7deg); }
  78% { transform: translateY(-5px) rotate(-3deg); }
  100% { transform: translateY(0) rotate(0); }
}

@keyframes jlpt180GuideSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 782px) {
  :root {
    --jlpt180-guide-safe-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .jlpt180-guide-bot-root {
    right: 12px;
    width: 72px;
    height: 72px;
  }

  .jlpt180-guide-robot {
    width: 72px;
    height: 72px;
  }

  .jlpt180-guide-nameplate {
    top: -22px;
    max-width: 132px;
    padding: 3px 7px;
    font-size: 9.5px;
  }

  .jlpt180-guide-robot img {
    width: 66px;
    height: 66px;
  }

  .jlpt180-guide-robot-halo {
    left: 11px;
    right: 11px;
    bottom: 3px;
    height: 16px;
  }

  .jlpt180-guide-online-dot {
    right: 2px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }

  .jlpt180-guide-drag-hint {
    display: none;
  }

  .jlpt180-guide-mini-speech {
    right: 48px;
    bottom: 51px;
    max-width: min(230px, calc(100vw - 74px));
  }

  .jlpt180-guide-bot-root.is-left-side .jlpt180-guide-mini-speech {
    left: 48px;
    right: auto;
  }

  .jlpt180-guide-panel {
    left: 8px !important;
    right: 8px !important;
    top: 50% !important;
    bottom: auto !important;
    width: auto;
    max-width: 380px;
    margin: 0 auto;
    transform: translateY(-50%) !important;
    max-height: calc(100vh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 18px);
    overflow: auto;
    border-radius: 22px;
  }

  .jlpt180-guide-panel::after {
    display: none;
  }

  .jlpt180-guide-panel-avatar {
    top: 10px;
    left: 12px;
    width: 56px;
    height: 56px;
  }

  .jlpt180-guide-panel-content {
    padding-top: 48px;
  }

  .jlpt180-guide-panel.is-help {
    padding-left: 12px;
    padding-right: 12px;
  }

  .jlpt180-guide-help-head > span {
    margin-left: 58px;
    margin-right: 34px;
    font-size: 10px;
  }

  .jlpt180-guide-help-item summary {
    min-height: 48px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .jlpt180-guide-panel h2 {
    font-size: 20px;
  }

  .jlpt180-guide-choice {
    min-height: 48px;
  }

  .jlpt180-guide-coach-budget button {
    min-height: 44px;
  }

  .jlpt180-guide-spotlight {
    border-radius: 16px;
  }

  .jlpt180-guide-tour-card {
    left: 12px !important;
    right: 12px !important;
    top: auto !important;
    bottom: calc(86px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto;
    max-height: min(52vh, 430px);
    overflow: auto;
    border-radius: 20px;
  }

  .jlpt180-guide-tour-card h2 {
    font-size: 20px;
  }

  .jlpt180-guide-tour-text {
    font-size: 13.5px;
  }
}


@media (max-width: 782px) {
  .jlpt180-guide-panel.is-home {
    max-width: 410px;
    padding: 12px;
  }

  .jlpt180-guide-panel.is-home .jlpt180-guide-panel-avatar {
    top: 9px;
    left: 10px;
    width: 52px;
    height: 52px;
  }

  .jlpt180-guide-home-head {
    min-height: 54px;
    padding-left: 57px;
    padding-right: 30px;
  }

  .jlpt180-guide-panel .jlpt180-guide-home-head h2 {
    font-size: 18px;
  }

  .jlpt180-guide-priority-card {
    padding: 11px;
  }

  .jlpt180-guide-priority-card h3 {
    font-size: 15px;
  }

  .jlpt180-guide-home-button,
  .jlpt180-guide-need-grid > a,
  .jlpt180-guide-need-grid > button,
  .jlpt180-guide-all-help {
    min-height: 44px;
  }
}

@media (max-width: 390px) {
  .jlpt180-guide-priority-actions,
  .jlpt180-guide-help-feature > div {
    grid-template-columns: 1fr;
  }

  .jlpt180-guide-home-head > span {
    font-size: 9px;
  }

  .jlpt180-guide-panel .jlpt180-guide-home-head p {
    font-size: 11px;
  }
}

@media (max-width: 370px) {
  .jlpt180-guide-panel,
  .jlpt180-guide-tour-card {
    left: 8px !important;
    right: 8px !important;
  }

  .jlpt180-guide-panel {
    padding-left: 14px;
    padding-right: 14px;
  }

  .jlpt180-guide-tour-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .jlpt180-guide-choice,
  .jlpt180-guide-tour-actions button {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jlpt180-guide-robot img,
  .jlpt180-guide-robot-halo,
  .jlpt180-guide-nameplate {
    animation: none !important;
  }

  .jlpt180-guide-spotlight,
  .jlpt180-guide-mini-speech,
  .jlpt180-guide-choice {
    transition: none !important;
  }
}


@media (max-width: 380px) {
  .jlpt180-guide-help-actions {
    grid-template-columns: 1fr;
  }

  .jlpt180-guide-help-actions > :only-child {
    grid-column: auto;
  }
}
