.ps-page {
  --ps-navy: #17366f;
  --ps-blue: #48b8d8;
  --ps-teal: #15a8a0;
  --ps-orange: #ff7138;
  --ps-yellow: #ffd85a;
  --ps-cream: #fff8e9;
  position: relative;
  isolation: isolate;
  min-height: 680px;
  overflow: hidden;
  padding: 64px 20px 88px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 216, 90, .42) 0 70px, transparent 72px),
    radial-gradient(circle at 94% 82%, rgba(72, 184, 216, .25) 0 110px, transparent 112px),
    linear-gradient(145deg, #fffdf7, #eefbff);
  color: var(--ps-navy);
}

.ps-category-page {
  --ps-navy: #17366f;
  --ps-blue: #48b8d8;
  --ps-teal: #15a8a0;
  --ps-orange: #ff7138;
  --ps-yellow: #ffd85a;
  padding: 28px 20px 88px;
  background:
    radial-gradient(circle at 9% 17%, rgba(255, 216, 90, .32) 0 72px, transparent 74px),
    radial-gradient(circle at 93% 70%, rgba(72, 184, 216, .2) 0 120px, transparent 122px),
    linear-gradient(145deg, #fffdf7, #eefbff);
  color: var(--ps-navy);
}

.ps-category-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid rgba(23, 54, 111, .1);
  border-radius: 36px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 60px rgba(28, 77, 105, .14);
}

.ps-category-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 50px;
  min-height: 330px;
  padding: 48px 58px;
  background: linear-gradient(135deg, rgba(255, 248, 233, .96), rgba(238, 251, 255, .78));
}

.ps-category-hero h1 {
  max-width: 690px;
  margin: 7px 0 18px;
  color: var(--ps-navy);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.ps-category-hero > div:first-child > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #45617e;
  font-size: 18px;
  line-height: 1.58;
}

.ps-category-art {
  position: relative;
  height: 230px;
  border: 3px solid var(--ps-yellow);
  border-radius: 42% 58% 48% 52% / 45% 42% 58% 55%;
  background: linear-gradient(160deg, #70d7ed, #e8fbff 65%);
  box-shadow: inset 0 0 0 9px rgba(255,255,255,.55), 0 18px 40px rgba(23, 54, 111, .12);
}

.ps-category-art span { position: absolute; right: 38px; bottom: 22px; font-size: 112px; filter: drop-shadow(0 10px 7px rgba(23,54,111,.14)); }
.ps-category-art b { position: absolute; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #fff; font-size: 22px; box-shadow: 0 6px 0 rgba(23,54,111,.12); }
.ps-category-art b:nth-of-type(1) { top: 28px; left: 28px; background: var(--ps-orange); transform: rotate(-8deg); }
.ps-category-art b:nth-of-type(2) { top: 56px; right: 24px; background: var(--ps-teal); transform: rotate(7deg); }
.ps-category-art b:nth-of-type(3) { bottom: 28px; left: 34px; background: #8b67d4; transform: rotate(-5deg); }

.ps-category-tests { padding: 44px 58px 58px; }
.ps-category-tests h2 { margin: 0 0 25px; color: var(--ps-navy); font-size: clamp(28px, 4vw, 39px); font-weight: 900; }

.ps-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }

.ps-test-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  padding: 30px;
  border: 2px solid #deedf2;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 54, 111, .07);
}

.ps-test-card-media {
  position: relative;
  z-index: 1;
  display: block;
  height: 190px;
  margin: -30px -30px 25px;
  overflow: hidden;
  border-bottom: 2px solid rgba(23, 54, 111, .08);
  background: #eef9fc;
}

.ps-test-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ps-test-card-media:hover img { transform: scale(1.035); }
.ps-test-card.has-thumb .ps-test-card-number { z-index: 2; top: 152px; color: rgba(255,255,255,.72); text-shadow: 0 2px 9px rgba(23,54,111,.28); }

.ps-test-card-number { position: absolute; top: -22px; right: 15px; color: rgba(72, 184, 216, .12); font-size: 125px; font-weight: 900; line-height: 1; }
.ps-card-preschool-shapes { border-color: rgba(139, 103, 212, .25); }
.ps-card-preschool-shapes .ps-test-card-number { color: rgba(139, 103, 212, .13); }
.ps-card-preschool-space { border-color: rgba(21, 168, 160, .25); }
.ps-card-preschool-space .ps-test-card-number { color: rgba(21, 168, 160, .13); }
.ps-card-preschool-logic { border-color: rgba(255, 113, 56, .25); }
.ps-card-preschool-logic .ps-test-card-number { color: rgba(255, 113, 56, .12); }
.ps-test-card h3 { position: relative; margin: 0 70px 12px 0; font-size: 27px; font-weight: 900; line-height: 1.15; }
.ps-test-card h3 a { color: var(--ps-navy); text-decoration: none; }
.ps-test-card h3 a:hover { color: var(--ps-orange); }
.ps-test-card > p { position: relative; margin: 0 0 27px; color: #526a83; font-size: 16px; line-height: 1.55; }

.ps-test-card-footer { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.ps-test-card-footer > span { padding: 8px 12px; border-radius: 999px; background: #eef9fc; color: #437188; font-size: 13px; font-weight: 900; }
.ps-test-card-footer > a { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 17px; border-radius: 14px; background: var(--ps-orange); box-shadow: 0 5px 0 #d94e1b; color: #fff; font-size: 15px; font-weight: 900; text-decoration: none; }
.ps-test-card-footer > a:hover { color: #fff; transform: translateY(-1px); }
.ps-test-card-footer > a b { font-size: 20px; }
.ps-category-empty { margin: 0; padding: 28px; border-radius: 20px; background: #f4fbfd; color: #526a83; font-size: 17px; }

.ps-category-seo {
  padding: 8px 58px 64px;
  color: #405a75;
}

.ps-seo-lead {
  padding: 38px 42px;
  border: 2px solid #e4eef1;
  border-radius: 26px;
  background: linear-gradient(135deg, #fffaf0, #f3fbfd);
}

.ps-seo-lead h2,
.ps-seo-faq > h2 {
  margin: 7px 0 15px;
  color: var(--ps-navy);
  font-size: clamp(28px, 4vw, 39px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.ps-seo-lead > p:last-child,
.ps-seo-grid article p,
.ps-seo-faq details p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.ps-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.ps-seo-grid article {
  padding: 27px;
  border: 2px solid #e4eef1;
  border-radius: 23px;
  background: #fff;
}

.ps-seo-grid article h2 {
  margin: 0 0 13px;
  color: var(--ps-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.22;
}

.ps-seo-faq { margin-top: 42px; }
.ps-seo-faq details { margin-top: 11px; border: 2px solid #e4eef1; border-radius: 17px; background: #fff; }
.ps-seo-faq summary { padding: 18px 22px; color: var(--ps-navy); font-size: 17px; font-weight: 900; cursor: pointer; }
.ps-seo-faq details p { padding: 0 22px 20px; }

.ps-page [hidden] { display: none !important; }

.ps-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: 540px;
  margin: 0 auto;
  border: 2px solid rgba(23, 54, 111, .1);
  border-radius: 36px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px rgba(28, 77, 105, .14);
}

.ps-breadcrumbs {
  padding: 27px 42px 22px;
  border-bottom: 2px dashed rgba(23, 54, 111, .1);
}

.ps-cloud {
  position: absolute;
  z-index: 1;
  width: 180px;
  height: 56px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 45px -30px 0 -5px rgba(255, 255, 255, .9), 95px -8px 0 -12px rgba(255, 255, 255, .9);
}

.ps-cloud-one { top: 76px; left: -70px; }
.ps-cloud-two { right: 2%; bottom: 64px; transform: scale(.75); }

.ps-start,
.ps-result {
  position: relative;
  min-height: 536px;
  padding: 64px 44% 58px 64px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(135deg, rgba(255, 248, 233, .96), rgba(238, 251, 255, .78));
}

.ps-kicker {
  margin: 0 0 10px;
  color: var(--ps-teal);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ps-start h1,
.ps-result h2 {
  margin: 0 0 18px;
  color: var(--ps-navy);
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
}

.ps-start > p:not(.ps-kicker) {
  max-width: 520px;
  margin: 0 0 18px;
  color: #45617e;
  font-size: 19px;
  line-height: 1.55;
}

.ps-start .ps-parent-note {
  font-size: 15px !important;
  font-weight: 700;
}

.ps-start-art {
  position: absolute;
  top: 62px;
  right: 54px;
  width: 315px;
  height: 330px;
  border: 3px solid var(--ps-yellow);
  border-radius: 44% 56% 48% 52% / 45% 42% 58% 55%;
  background: linear-gradient(160deg, #70d7ed, #e8fbff 65%);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.55), 0 18px 40px rgba(23, 54, 111, .12);
}

.ps-start-art span {
  position: absolute;
  right: 45px;
  bottom: 35px;
  font-size: 146px;
  filter: drop-shadow(0 12px 8px rgba(23, 54, 111, .15));
  transform: rotate(-4deg);
}

.ps-start-art b {
  position: absolute;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 8px 0 rgba(23, 54, 111, .12);
}

.ps-start-art b:nth-of-type(1) { top: 42px; left: 44px; background: var(--ps-orange); transform: rotate(-8deg); }
.ps-start-art b:nth-of-type(2) { top: 96px; right: 35px; background: var(--ps-teal); transform: rotate(7deg); }
.ps-start-art b:nth-of-type(3) { bottom: 38px; left: 35px; background: #8b67d4; transform: rotate(-5deg); }

.ps-theme-preschool-shapes { --ps-teal: #7655c5; --ps-blue: #9f80e2; }
.ps-theme-preschool-shapes .ps-start-art { background: linear-gradient(160deg, #cdbbff, #f5efff 65%); }
.ps-theme-preschool-space { --ps-teal: #168d87; --ps-blue: #54c9c1; }
.ps-theme-preschool-space .ps-start-art { background: linear-gradient(160deg, #87e1d8, #effffd 65%); }
.ps-theme-preschool-logic { --ps-teal: #e55d2c; --ps-blue: #ff9b61; }
.ps-theme-preschool-logic .ps-start-art { background: linear-gradient(160deg, #ffc185, #fff4df 65%); }

.ps-start-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.ps-primary,
.ps-secondary,
.ps-listen,
.ps-answer {
  border: 0;
  font: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.ps-primary {
  min-height: 62px;
  padding: 0 30px;
  border-radius: 18px;
  background: var(--ps-orange);
  box-shadow: 0 8px 0 #d94e1b;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  transition: transform .15s, box-shadow .15s;
}

.ps-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 0 #d94e1b; }
.ps-primary:active { transform: translateY(5px); box-shadow: 0 3px 0 #d94e1b; }

.ps-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 30px;
  border: 2px solid rgba(21, 168, 160, .28);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 0 rgba(21, 168, 160, .2);
  color: #087975;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
}

.ps-secondary:hover { color: #087975; transform: translateY(-2px); box-shadow: 0 10px 0 rgba(21, 168, 160, .2); }
.ps-secondary:active { transform: translateY(5px); box-shadow: 0 3px 0 rgba(21, 168, 160, .2); }

.ps-sound-switch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 62px;
  padding: 0 18px;
  border: 2px solid rgba(21, 168, 160, .22);
  border-radius: 18px;
  background: #fff;
  color: #0e7775;
  cursor: pointer;
}

.ps-sound-switch input {
  width: 22px;
  height: 22px;
  accent-color: var(--ps-teal);
}

.ps-game { min-height: 536px; padding: 28px 34px 36px; }

.ps-game-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding-bottom: 24px;
  border-bottom: 2px dashed rgba(23, 54, 111, .12);
  font-size: 17px;
  font-weight: 800;
}

.ps-progress { display: flex; justify-content: center; gap: 9px; }

.ps-progress i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d9e6ec;
  transition: transform .2s, background .2s;
}

.ps-progress i.is-active { background: var(--ps-yellow); transform: scale(1.35); }
.ps-progress i.is-done { background: var(--ps-teal); }

.ps-listen {
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid rgba(21, 168, 160, .25);
  border-radius: 16px;
  background: #effcfb;
  color: #087975;
  font-weight: 900;
}

.ps-question-stage { position: relative; padding-top: 24px; }
.ps-question { position: relative; text-align: center; }
.ps-question-tools { position: absolute; z-index: 3; top: 0; right: 0; }
.ps-question-report { cursor: pointer; }
.ps-question-report.is-saved { border-color: #9edbc9; background: #effaf6; color: #087d70; cursor: default; }

.ps-condition {
  display: grid;
  place-items: center;
  min-height: 160px;
  margin-bottom: 22px;
  padding: 16px;
}

.ps-prompt {
  width: 100%;
  margin: 17px 0 0;
  color: var(--ps-navy);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.18;
}

.ps-objects,
.ps-pattern,
.ps-position {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 72px;
}

.ps-object { font-size: clamp(43px, 6vw, 68px); line-height: 1; }
.ps-position .ps-object { font-size: clamp(60px, 8vw, 86px); }
.ps-plus { color: var(--ps-orange); font-size: 42px; font-weight: 900; }

.ps-answers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 2px dashed rgba(23, 54, 111, .09);
}

.ps-answers-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 540px; }
.ps-answers-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ps-answer {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 16px;
  border: 3px solid #dcecf2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 0 #dcecf2;
  color: var(--ps-navy);
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 900;
  transition: transform .15s, border-color .15s, box-shadow .15s;
}

.ps-answer:hover:not(:disabled) { transform: translateY(-3px); border-color: var(--ps-blue); box-shadow: 0 10px 0 #bde4ee; }
.ps-answer:focus-visible { outline: 4px solid rgba(255, 216, 90, .8); outline-offset: 4px; }
.ps-answer:disabled { cursor: default; }
.ps-answer.is-correct { border-color: #37b978; background: #edfff5; box-shadow: 0 8px 0 #9ce2bc; animation: ps-pop .38s ease; }
.ps-answer.is-wrong { border-color: #f07a71; background: #fff1ef; box-shadow: 0 8px 0 #f4b6b0; animation: ps-shake .35s ease; }

.ps-choice-group { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 35px; }
.ps-choice-icon { font-size: 58px; line-height: 1; }

.ps-dot {
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 4px solid rgba(23, 54, 111, .12);
  border-radius: 50%;
}
.ps-dot.red { background: #f05b4f; }
.ps-dot.blue { background: #469bd8; }
.ps-dot.yellow { background: var(--ps-yellow); }

.ps-shape { display: inline-block; width: 70px; height: 70px; }
.ps-shape.circle { border-radius: 50%; background: #469bd8; }
.ps-shape.square { border-radius: 8px; background: #f05b4f; }
.ps-shape.triangle { width: 0; height: 0; border-right: 40px solid transparent; border-bottom: 70px solid var(--ps-yellow); border-left: 40px solid transparent; }

.ps-sample {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 20px;
  border: 2px dashed rgba(23,54,111,.18);
  border-radius: 18px;
  background: #f7fbfd;
  color: #526a83;
  font-size: 18px;
  font-weight: 900;
}

.ps-mini-shape { display: inline-block; width: 68px; height: 68px; border-radius: 9px; }
.ps-mini-shape.blue-square { background: #469bd8; }
.ps-mini-shape.red-square { background: #f05b4f; }
.ps-mini-shape.blue-circle { border-radius: 50%; background: #469bd8; }
.ps-mini-shape.red-circle { border-radius: 50%; background: #f05b4f; }
.ps-size-icon.small { font-size: 42px; }
.ps-size-icon.large { font-size: 82px; }

.ps-space-scene { position: relative; width: 170px; height: 130px; margin: 0 auto; }
.ps-space-scene span { position: absolute; top: 0; left: 58px; font-size: 55px; line-height: 1; }
.ps-space-scene b { position: absolute; right: 38px; bottom: 0; font-size: 68px; line-height: 1; }

.ps-box-scene {
  position: relative;
  width: 145px;
  height: 100px;
  margin: 15px auto 0;
  border: 8px solid #b8793d;
  border-top: 0;
  border-radius: 0 0 13px 13px;
  background: #e9ad67;
  box-shadow: inset 0 -9px 0 rgba(110,58,20,.12);
}
.ps-box-scene::before { content: ''; position: absolute; top: -14px; left: -13px; width: 155px; height: 18px; border-radius: 5px; background: #c98745; }
.ps-box-scene span { position: relative; z-index: 1; top: 9px; font-size: 58px; }

.ps-direction { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 90px; }
.ps-direction span { font-size: 70px; line-height: 1; }
.ps-direction b, .ps-direction strong { color: var(--ps-orange); font-size: 54px; line-height: 1; }

.ps-distance-scene { position: relative; width: min(520px, 92%); height: 95px; margin: 0 auto; }
.ps-distance-scene span { position: absolute; left: 0; bottom: 0; font-size: 70px; line-height: 1; }
.ps-distance-scene i { position: absolute; bottom: 10px; width: 48px; height: 48px; border-radius: 50%; box-shadow: inset -7px -8px 0 rgba(0,0,0,.09); }
.ps-distance-scene i.red { left: 115px; background: #f05b4f; }
.ps-distance-scene i.blue { right: 10px; background: #469bd8; }

.ps-emoji-pattern span { font-size: 55px; line-height: 1; }
.ps-pattern > b { color: var(--ps-orange); font-size: 45px; }
.ps-size-dot { display: inline-block; border-radius: 50%; background: #8b67d4; box-shadow: inset -5px -6px 0 rgba(50,25,105,.12); }
.ps-size-dot.small { width: 28px; height: 28px; }
.ps-size-dot.medium { width: 45px; height: 45px; }
.ps-size-dot.large { width: 63px; height: 63px; }
.ps-symbol-pair { color: #7655c5; font-size: 42px; letter-spacing: 6px; white-space: nowrap; }

.ps-feedback {
  min-height: 48px;
  padding-top: 21px;
  color: var(--ps-teal);
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}

.ps-feedback.is-wrong { color: #d64a41; }

.ps-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px;
  text-align: center;
}

.ps-result-cat { font-size: 112px; animation: ps-bob 1.6s ease-in-out infinite; }
.ps-result h2 { margin-top: 8px; font-size: clamp(42px, 7vw, 72px); }
.ps-result p { margin: 10px 0 28px; font-size: 23px; }
.ps-result-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.ps-stars { min-height: 62px; color: #ffbd18; font-size: 50px; letter-spacing: 8px; filter: drop-shadow(0 4px 0 rgba(217, 126, 0, .2)); }

.ps-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes ps-pop { 50% { transform: scale(1.08); } }
@keyframes ps-shake { 25% { transform: translateX(-7px); } 75% { transform: translateX(7px); } }
@keyframes ps-bob { 50% { transform: translateY(-9px) rotate(2deg); } }

@media (max-width: 760px) {
  .ps-category-page { padding: 16px 12px 54px; }
  .ps-category-shell { border-radius: 26px; }
  .ps-category-hero { grid-template-columns: 1fr; gap: 26px; padding: 35px 24px; text-align: center; }
  .ps-category-hero h1 { font-size: 39px; }
  .ps-category-hero > div:first-child > p:last-child { font-size: 17px; }
  .ps-category-art { width: 250px; height: 195px; margin: 0 auto; }
  .ps-category-art span { right: 32px; bottom: 17px; font-size: 93px; }
  .ps-category-tests { padding: 32px 18px 40px; }
  .ps-category-grid { grid-template-columns: 1fr; }
  .ps-test-card { min-height: 0; padding: 25px 21px; }
  .ps-test-card-media { height: 175px; margin: -25px -21px 22px; }
  .ps-test-card.has-thumb .ps-test-card-number { top: 139px; }
  .ps-test-card h3 { margin-right: 50px; font-size: 24px; }
  .ps-category-seo { padding: 0 18px 42px; }
  .ps-seo-lead { padding: 28px 22px; }
  .ps-seo-grid { grid-template-columns: 1fr; }
  .ps-seo-grid article { padding: 24px 21px; }
  .ps-seo-faq { margin-top: 32px; }
  .ps-page { min-height: 620px; padding: 28px 12px 54px; }
  .ps-shell { min-height: 0; border-radius: 26px; }
  .ps-breadcrumbs { padding: 20px 24px 17px; font-size: 13px; }
  .ps-start { min-height: 0; padding: 280px 24px 36px; text-align: center; }
  .ps-start-art { top: 28px; right: 50%; width: 250px; height: 225px; transform: translateX(50%); }
  .ps-start-art span { right: 34px; bottom: 18px; font-size: 105px; }
  .ps-start-art b { width: 45px; height: 45px; font-size: 23px; }
  .ps-start-art b:nth-of-type(1) { top: 26px; left: 28px; }
  .ps-start-art b:nth-of-type(2) { top: 65px; right: 22px; }
  .ps-start-art b:nth-of-type(3) { bottom: 24px; left: 28px; }
  .ps-start h1 { font-size: 42px; }
  .ps-start > p:not(.ps-kicker) { font-size: 17px; }
  .ps-start-actions { justify-content: center; }
  .ps-game { min-height: 560px; padding: 20px 14px 28px; }
  .ps-game-header { grid-template-columns: 1fr auto; gap: 12px; }
  .ps-progress { grid-column: 1 / -1; grid-row: 2; order: 3; gap: 7px; }
  .ps-progress i { width: 11px; height: 11px; }
  .ps-listen span { display: none; }
  .ps-listen { width: 50px; padding: 0; }
  .ps-condition { min-height: 180px; padding: 8px 2px; }
  .ps-prompt { font-size: 26px; }
  .ps-object { font-size: 46px; }
  .ps-answers { gap: 10px; padding-top: 24px; }
  .ps-answers-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ps-answer { min-height: 92px; padding: 10px 6px; border-radius: 18px; font-size: 31px; }
  .ps-choice-group { gap: 2px; font-size: 25px; }
  .ps-choice-icon { font-size: 48px; }
  .ps-dot { width: 48px; height: 48px; }
  .ps-shape { width: 56px; height: 56px; }
  .ps-shape.triangle { border-right-width: 32px; border-bottom-width: 57px; border-left-width: 32px; }
  .ps-mini-shape { width: 56px; height: 56px; }
  .ps-direction { gap: 12px; }
  .ps-direction span { font-size: 55px; }
  .ps-direction b, .ps-direction strong { font-size: 40px; }
  .ps-distance-scene i.blue { right: 0; }
  .ps-result { min-height: 520px; padding: 32px 18px; }
}

@media (max-width: 390px) {
  .ps-primary { width: 100%; }
  .ps-result-actions, .ps-result-actions .ps-secondary { width: 100%; }
  .ps-sound-switch { width: 100%; justify-content: center; }
  .ps-answer { min-height: 84px; font-size: 28px; }
}

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