.study-skills-club-app {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(237, 242, 255, 0.95), rgba(250, 251, 253, 0) 440px),
    #fafbfd;
}

.study-skills-home-card,
.study-skills-theme .psychology-hero {
  border-color: #cbd7f7;
  background: #f6f8ff;
  box-shadow: 0 16px 42px rgba(49, 87, 213, 0.11);
}

.study-skills-home-card .psychology-kicker,
.study-skills-home-card .psychology-home-progress strong,
.study-skills-theme .psychology-kicker,
.study-skills-theme .psychology-hero-progress strong,
.study-skills-theme .psychology-brand {
  color: #2749b7;
}

.study-skills-home-card .psychology-home-skills span {
  border-color: #d2dcf7;
  color: #3f527f;
}

.study-skills-home-card .psychology-home-progress > span,
.study-skills-theme .psychology-hero-progress > span {
  background: #dce4fa;
}

.study-skills-home-card .psychology-home-progress i,
.study-skills-theme .psychology-hero-progress i,
.study-skills-home-card .psychology-home-cta,
.study-skills-theme > .psychology-hero .psychology-primary {
  background: #3157d5;
  color: #fff;
}

.study-skills-home-card .psychology-home-cta:hover,
.study-skills-home-card .psychology-home-cta:focus-visible,
.study-skills-theme > .psychology-hero .psychology-primary:hover,
.study-skills-theme > .psychology-hero .psychology-primary:focus-visible {
  background: #2345b7;
  color: #fff;
  box-shadow: 0 12px 24px rgba(49, 87, 213, 0.25);
  outline-color: rgba(49, 87, 213, 0.2);
}

.study-skills-theme .psychology-grade-pill {
  border-color: #cfdbf8;
  color: #2749b7;
}

.study-skills-theme .psychology-back-link:hover,
.study-skills-theme .psychology-back-link:focus-visible {
  color: #2749b7;
  outline-color: #cfdbf8;
}

.study-skills-section-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.study-skills-home-art,
.study-skills-hero-art {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 210, 76, 0.5) 0 10%, transparent 10.5%),
    radial-gradient(circle at 86% 78%, rgba(84, 205, 156, 0.28) 0 16%, transparent 16.5%),
    linear-gradient(145deg, #e5ebff, #fff7d8);
}

.study-skills-hero-art {
  min-height: 500px;
  display: grid;
  place-items: center;
}

.study-skills-art {
  position: relative;
  width: min(92%, 520px);
  aspect-ratio: 1.08;
  margin: auto;
}

.study-skills-art--small {
  width: min(92%, 390px);
}

.study-skills-mascot,
.study-skills-book {
  position: absolute;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 14px 18px rgba(54, 71, 126, 0.16));
}

.study-skills-mascot {
  left: 18%;
  bottom: 15%;
  width: 150px;
  height: 150px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 42%;
  background: #ffd866;
  font-size: 92px;
  transform: rotate(-4deg);
}

.study-skills-book {
  right: 10%;
  bottom: 10%;
  width: 126px;
  height: 112px;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background: #7fd7b1;
  font-size: 65px;
  transform: rotate(7deg);
}

.study-skills-chip {
  position: absolute;
  min-height: 34px;
  padding: 0 13px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #3157d5;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 9px 20px rgba(49, 87, 213, 0.2);
}

.study-skills-chip.is-memory {
  top: 11%;
  left: 7%;
  transform: rotate(-5deg);
}

.study-skills-chip.is-habit {
  top: 4%;
  right: 8%;
  background: #a65713;
  transform: rotate(4deg);
}

.study-skills-chip.is-health {
  top: 35%;
  right: 0;
  background: #187a56;
  transform: rotate(-3deg);
}

.study-skills-star {
  position: absolute;
  top: 34%;
  left: 45%;
  font-size: 42px;
  transform: rotate(10deg);
}

.study-skills-family-note {
  border-color: #cedaf8;
  background: #f4f7ff;
}

.study-skills-family-note strong {
  color: #2749b7;
}

.study-skills-theme .psychology-answer strong,
.study-skills-theme .psychology-lesson-row strong,
.study-skills-theme .psychology-primary,
.study-skills-theme .psychology-secondary {
  text-wrap: pretty;
}

@media (max-width: 920px) {
  .study-skills-hero-art {
    min-height: 310px;
  }

  .study-skills-art--large {
    width: min(90%, 430px);
  }
}

@media (max-width: 700px) {
  .study-skills-section-grid {
    grid-template-columns: 1fr;
  }

  .study-skills-home-art {
    min-height: 250px;
  }

  .study-skills-hero-art {
    min-height: 270px;
  }

  .study-skills-mascot {
    width: 104px;
    height: 104px;
    border-width: 6px;
    font-size: 62px;
  }

  .study-skills-book {
    width: 90px;
    height: 82px;
    border-width: 5px;
    font-size: 48px;
  }

  .study-skills-chip {
    min-height: 29px;
    padding: 0 10px;
    border-width: 2px;
    font-size: 9px;
  }

  .study-skills-star {
    font-size: 30px;
  }
}
