.adult-communication-app {
  min-height: 100vh;
  display: block;
  background: #f5f8ff;
  color: #15213d;
  font-family: "Be Vietnam Pro", sans-serif;
}

.adult-communication-app button,
.adult-communication-app input,
.adult-communication-app textarea,
.adult-communication-app select {
  font: inherit;
}

.adult-communication-app button {
  color: inherit;
}

.adult-communication-app .standalone-subject-page,
.adult-communication-app .standalone-subject-main,
.adult-comm-shell,
.adult-comm-practice-shell {
  min-height: 100vh;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}

.adult-comm-header {
  min-height: 86px;
  padding: 0 clamp(24px, 4.2vw, 64px);
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 28px;
  background: #fff;
  border-bottom: 1px solid #dce4f1;
}

.adult-comm-brand,
.adult-comm-practice-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.adult-comm-brand strong {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.adult-comm-brand-mark,
.adult-comm-practice-brand > span {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #2f5bd8;
}

.adult-comm-brand-mark .material-symbols-rounded,
.adult-comm-practice-brand .material-symbols-rounded {
  font-size: 22px;
}

.adult-comm-nav {
  align-self: stretch;
  display: flex;
  align-items: stretch;
  gap: 28px;
}

.adult-comm-nav button {
  position: relative;
  border: 0;
  background: transparent;
  padding: 4px 8px 0;
  color: #677188;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.adult-comm-nav button::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 6px;
  right: 6px;
  bottom: -1px;
  border-radius: 999px 999px 0 0;
  background: transparent;
}

.adult-comm-nav button:hover,
.adult-comm-nav button:focus-visible,
.adult-comm-nav button.is-active {
  color: #15213d;
}

.adult-comm-nav button.is-active {
  font-weight: 700;
}

.adult-comm-nav button.is-active::after {
  background: #3565e8;
}

.adult-comm-profile {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #45516b;
  font-size: 13px;
  font-weight: 600;
}

.adult-comm-notification {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.adult-comm-notification:hover,
.adult-comm-notification:focus-visible {
  background: #eef3ff;
}

.adult-comm-user-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e8edf6;
}

.adult-comm-user-initials {
  display: grid;
  place-items: center;
  background: #e9efff;
  color: #3157d5;
  font-size: 13px;
  font-weight: 800;
}

.adult-comm-profile > .material-symbols-rounded {
  font-size: 18px;
}

.adult-comm-dashboard,
.adult-comm-library,
.adult-comm-progress-page,
.adult-comm-review-page,
.adult-comm-tips-page {
  width: min(1368px, calc(100% - 64px));
  margin: 0 auto;
  padding: 48px 0 36px;
}

.adult-comm-intro h1,
.adult-comm-page-heading h1 {
  margin: 0;
  color: #101a34;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.adult-comm-intro p,
.adult-comm-page-heading > p {
  max-width: 690px;
  margin: 14px 0 0;
  color: #66728a;
  font-size: 16px;
  line-height: 1.6;
}

.adult-comm-competencies {
  margin-top: 28px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.8fr);
  gap: 24px;
  align-items: center;
  background: #eef3ff;
  border: 1px solid #cfdbf8;
  border-radius: 20px;
}

.adult-comm-competency-heading > span,
.adult-comm-competency-list small {
  color: #3157d5;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 800;
}

.adult-comm-competency-heading h2 {
  margin: 8px 0 0;
  color: #16213d;
  font-size: 22px;
  line-height: 1.3;
}

.adult-comm-competency-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.adult-comm-competency-list article {
  min-width: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  background: #fff;
  border: 1px solid #d8e1f4;
  border-radius: 14px;
}

.adult-comm-competency-list article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #3157d5;
  border-radius: 50%;
  font-weight: 800;
}

.adult-comm-competency-list h3,
.adult-comm-competency-list p {
  margin: 0;
}

.adult-comm-competency-list h3 {
  color: #15203b;
  font-size: 16px;
}

.adult-comm-competency-list p {
  margin-top: 5px;
  color: #5d6b83;
  font-size: 12px;
  line-height: 1.55;
}

.adult-comm-competency-list small {
  display: block;
  margin-top: 8px;
  color: #516587;
  font-weight: 600;
}

.adult-comm-contexts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
  padding: 4px;
  background: #fff;
  border: 1px solid #cfd9eb;
  border-radius: 999px;
  box-shadow: 0 3px 12px rgba(36, 63, 121, 0.03);
}

.adult-comm-context {
  min-width: 0;
  min-height: 126px;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  text-align: left;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.adult-comm-context:not(.is-selected) + .adult-comm-context:not(.is-selected) {
  box-shadow: inset 1px 0 #dfe5ef;
}

.adult-comm-context:hover,
.adult-comm-context:focus-visible {
  background: #f4f7fd;
}

.adult-comm-context.is-selected {
  color: #fff;
  background: #2f59d8;
  box-shadow: 0 8px 24px rgba(47, 89, 216, 0.22);
}

.adult-comm-context img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.5);
}

.adult-comm-context > span {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.adult-comm-context strong {
  font-size: 17px;
  line-height: 1.25;
}

.adult-comm-context small {
  color: #748098;
  font-size: 13px;
  line-height: 1.5;
}

.adult-comm-context.is-selected small {
  color: #dce6ff;
}

.adult-comm-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(330px, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.adult-comm-recommendation {
  min-height: 410px;
  display: grid;
  grid-template-columns: 1.18fr 0.92fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5deec;
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(40, 65, 120, 0.06);
}

.adult-comm-recommendation-copy {
  padding: 28px 26px 28px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.adult-comm-recommendation-kicker {
  padding: 7px 16px;
  color: #0d8f91;
  border: 1px solid #9adfdf;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.adult-comm-recommendation h2 {
  max-width: 520px;
  margin: 18px 0 10px;
  color: #111a33;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.adult-comm-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #57637b;
  font-size: 14px;
}

.adult-comm-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #a4aec1;
}

.adult-comm-recommendation-copy > p {
  max-width: 500px;
  margin: 20px 0 0;
  color: #59657d;
  font-size: 15px;
  line-height: 1.65;
}

.adult-comm-recommendation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}

.adult-comm-primary,
.adult-comm-secondary,
.adult-comm-inline-save {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.adult-comm-primary {
  color: #fff !important;
  background: #2f5bd8;
  box-shadow: 0 8px 18px rgba(47, 91, 216, 0.22);
}

.adult-comm-primary:hover,
.adult-comm-primary:focus-visible {
  background: #244ec8;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(47, 91, 216, 0.28);
}

.adult-comm-primary:disabled,
.adult-comm-inline-save:disabled {
  color: #8c97aa !important;
  background: #e6ebf3;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.adult-comm-secondary {
  color: #39445d;
  background: #fff;
  border-color: #cfd8e7;
}

.adult-comm-secondary:hover,
.adult-comm-secondary:focus-visible,
.adult-comm-secondary.is-saved {
  color: #2f5bd8;
  background: #f1f5ff;
  border-color: #9db2ea;
}

.adult-comm-recommendation-image {
  width: 100%;
  height: 100%;
  min-height: 410px;
  display: block;
  object-fit: cover;
}

.adult-comm-skill-panel {
  padding: 28px 28px 22px;
  background: #fff;
  border: 1px solid #d5deec;
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(40, 65, 120, 0.05);
}

.adult-comm-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.adult-comm-panel-heading h2 {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.adult-comm-panel-heading button {
  padding: 6px 0;
  color: #3157d5;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.adult-comm-skill-list {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

.adult-comm-skill-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.adult-comm-skill-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--skill);
  background: var(--skill-soft);
  border-radius: 50%;
}

.adult-comm-skill-icon .material-symbols-rounded {
  font-size: 25px;
}

.adult-comm-skill-row > div {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.adult-comm-skill-row > div > span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.adult-comm-skill-row strong {
  font-size: 14px;
}

.adult-comm-skill-row small {
  color: var(--skill);
  font-size: 12px;
  font-weight: 600;
}

.adult-comm-skill-row i,
.adult-comm-matrix-row i {
  height: 6px;
  overflow: hidden;
  display: block;
  border-radius: 999px;
  background: #ebeff6;
}

.adult-comm-skill-row i b,
.adult-comm-matrix-row i b {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--skill);
}

.adult-comm-activity-strip {
  min-height: 104px;
  margin-top: 32px;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  background: #f6f9ff;
  border: 1px solid #cbd8ee;
  border-radius: 20px;
}

.adult-comm-activity-strip > i {
  width: 1px;
  margin: 16px 0;
  background: #d5deed;
}

.adult-comm-activity-strip button {
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  text-align: left;
  border: 0;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
}

.adult-comm-activity-strip button:hover,
.adult-comm-activity-strip button:focus-visible {
  background: #fff;
}

.adult-comm-activity-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.adult-comm-activity-icon.is-teal {
  color: #0b9c9f;
  background: #dff6f4;
}

.adult-comm-activity-icon.is-amber {
  color: #c77708;
  background: #fff0ce;
}

.adult-comm-activity-strip button > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.adult-comm-activity-strip small {
  color: #526078;
  font-size: 12px;
}

.adult-comm-activity-strip strong {
  font-size: 19px;
}

.adult-comm-activity-strip em {
  color: #748097;
  font-size: 12px;
  font-style: normal;
}

.adult-comm-page-heading > span,
.adult-comm-step-kicker,
.adult-comm-library-status + span small,
.adult-comm-reflection-section > div > span {
  display: block;
  margin-bottom: 8px;
  color: #3157d5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.adult-comm-practice-shell {
  min-height: 100vh;
  padding: 0 24px 28px;
  background: #f7f8fc;
}

.adult-comm-practice-header {
  width: min(1080px, 100%);
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.adult-comm-practice-back,
.adult-comm-practice-brand {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.adult-comm-practice-back {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #556177;
  font-size: 13px;
  font-weight: 700;
}

.adult-comm-practice-brand {
  justify-self: center;
  color: #15213d;
  font-size: 15px;
  font-weight: 800;
}

.adult-comm-practice-brand > span {
  width: 31px;
  height: 31px;
  border-radius: 10px;
}

.adult-comm-step-label {
  justify-self: end;
  padding: 8px 13px;
  color: #3157d5;
  background: #fff;
  border: 1px solid #cfd9e8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.adult-comm-progress {
  width: min(1080px, 100%);
  height: 8px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background: #e2e7ef;
  border-radius: 999px;
}

.adult-comm-progress i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #3157d5;
  transition: width 220ms ease;
}

.adult-comm-practice-context {
  width: min(1080px, 100%);
  margin: 18px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #667188;
}

.adult-comm-practice-context img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.adult-comm-practice-context span {
  display: grid;
  gap: 2px;
}

.adult-comm-practice-context small {
  font-size: 11px;
}

.adult-comm-practice-context strong {
  color: #26324a;
  font-size: 13px;
}

.adult-comm-practice-body {
  width: min(960px, 100%);
  margin: 16px auto 0;
}

.adult-comm-step {
  min-height: 600px;
  padding: clamp(30px, 5vw, 64px);
  background: #fff;
  border: 1px solid #d6dde9;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(31, 49, 88, 0.07);
}

.adult-comm-step > h1 {
  max-width: 760px;
  margin: 8px 0 14px;
  color: #111a33;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.adult-comm-step-lead {
  max-width: 760px;
  margin: 0;
  color: #667188;
  font-size: 16px;
  line-height: 1.7;
}

.adult-comm-dialogue {
  max-width: 760px;
  margin-top: 32px;
  padding: 24px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  color: #263551;
  background: #f2f6ff;
  border-radius: 18px;
}

.adult-comm-dialogue > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #3157d5;
  background: #dfe8ff;
  border-radius: 50%;
}

.adult-comm-dialogue blockquote {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
}

.adult-comm-goal-check {
  max-width: 760px;
  margin-top: 22px;
  padding: 20px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  background: #fbfcff;
  border: 1px solid #d8e0ed;
  border-radius: 16px;
}

.adult-comm-goal-check > span {
  color: #ef6d53;
}

.adult-comm-goal-check > div {
  display: grid;
  gap: 4px;
}

.adult-comm-goal-check small {
  color: #6c7890;
  font-size: 11px;
}

.adult-comm-goal-check strong {
  font-size: 14px;
  line-height: 1.5;
}

.adult-comm-goal-check button,
.adult-comm-inline-save {
  min-height: 44px;
  padding: 0 16px;
  color: #3157d5;
  background: #eef3ff;
  border: 1px solid #bdccf3;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.adult-comm-option-list,
.adult-comm-skill-options {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.adult-comm-option-list button {
  min-height: 90px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  text-align: left;
  background: #fff;
  border: 1px solid #d2d9e5;
  border-radius: 16px;
  cursor: pointer;
}

.adult-comm-option-list button:hover,
.adult-comm-option-list button:focus-visible {
  border-color: #8ea8ee;
  background: #f8faff;
}

.adult-comm-option-list button.is-selected {
  border-color: #3157d5;
  box-shadow: inset 0 0 0 1px #3157d5;
  background: #f3f6ff;
}

.adult-comm-option-list button > span:first-child {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #3157d5;
  background: #e8eeff;
  border-radius: 50%;
  font-weight: 800;
}

.adult-comm-option-list button strong {
  font-size: 15px;
  line-height: 1.65;
}

.adult-comm-option-list button > .material-symbols-rounded {
  color: transparent;
}

.adult-comm-option-list button.is-selected > .material-symbols-rounded {
  color: #3157d5;
}

.adult-comm-selected-reply,
.adult-comm-coach-note,
.adult-comm-diagnosis,
.adult-comm-tool,
.adult-comm-variant-scene,
.adult-comm-complete-summary,
.adult-comm-mission-privacy {
  max-width: 760px;
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 16px;
}

.adult-comm-selected-reply {
  background: #f3f6fc;
  border: 1px solid #d7dfeb;
}

.adult-comm-selected-reply small {
  color: #6d7890;
  font-size: 11px;
  font-weight: 700;
}

.adult-comm-selected-reply p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
}

.adult-comm-coach-note,
.adult-comm-tool,
.adult-comm-complete-summary,
.adult-comm-mission-privacy {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.adult-comm-coach-note p,
.adult-comm-mission-privacy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.adult-comm-coach-note.is-good {
  color: #186f48;
  background: #eaf8f0;
}

.adult-comm-coach-note.is-adjust {
  color: #8c5b14;
  background: #fff6e4;
}

.adult-comm-diagnosis {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  color: #283854;
  background: #edf3ff;
  border: 1px solid #ccd9f5;
}

.adult-comm-diagnosis > span {
  color: #3157d5;
}

.adult-comm-diagnosis small,
.adult-comm-diagnosis strong {
  display: block;
  color: #3157d5;
  font-size: 11px;
  font-weight: 800;
}

.adult-comm-diagnosis strong {
  margin-top: 14px;
}

.adult-comm-diagnosis p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.adult-comm-rubric {
  max-width: 760px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.adult-comm-rubric span {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8a94a8;
  background: #f5f6f9;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.adult-comm-rubric span.is-met {
  color: #166f48;
  background: #eaf8f0;
}

.adult-comm-tool {
  color: #3157d5;
  background: #eef3ff;
}

.adult-comm-tool > div,
.adult-comm-complete-summary > div {
  display: grid;
  gap: 3px;
}

.adult-comm-tool small,
.adult-comm-complete-summary small {
  font-size: 11px;
}

.adult-comm-tool strong,
.adult-comm-complete-summary strong {
  font-size: 14px;
  line-height: 1.5;
}

.adult-comm-production-box,
.adult-comm-mission-form label,
.adult-comm-reflection label {
  max-width: 760px;
  margin-top: 26px;
  display: grid;
  gap: 10px;
}

.adult-comm-production-box > span,
.adult-comm-mission-form label > span,
.adult-comm-reflection label > span {
  color: #4f5c74;
  font-size: 13px;
  font-weight: 700;
}

.adult-comm-production-box textarea,
.adult-comm-mission-form input,
.adult-comm-mission-form textarea,
.adult-comm-reflection input,
.adult-comm-reflection select {
  width: 100%;
  border: 1px solid #ccd5e4;
  border-radius: 14px;
  background: #fbfcff;
  color: #17213a;
  outline: none;
}

.adult-comm-production-box textarea,
.adult-comm-mission-form textarea {
  padding: 18px;
  resize: vertical;
  line-height: 1.65;
}

.adult-comm-mission-form input,
.adult-comm-reflection input,
.adult-comm-reflection select {
  min-height: 48px;
  padding: 0 14px;
}

.adult-comm-production-box textarea:focus,
.adult-comm-mission-form input:focus,
.adult-comm-mission-form textarea:focus,
.adult-comm-reflection input:focus,
.adult-comm-reflection select:focus {
  border-color: #3157d5;
  box-shadow: 0 0 0 3px rgba(49, 87, 213, 0.12);
}

.adult-comm-production-box small {
  justify-self: end;
  color: #7b869b;
  font-size: 11px;
}

.adult-comm-hint-toggle {
  margin-top: 14px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3157d5;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.adult-comm-hint {
  max-width: 760px;
  padding: 14px 16px;
  color: #465470;
  background: #f1f5ff;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.adult-comm-inline-save {
  margin-top: 18px;
}

.adult-comm-variant-scene {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f5f7fc;
}

.adult-comm-variant-scene p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.adult-comm-skill-options button {
  max-width: 760px;
  min-height: 78px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  text-align: left;
  align-items: center;
  border: 1px solid #d2d9e5;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.adult-comm-skill-options button > span {
  display: grid;
  gap: 4px;
}

.adult-comm-skill-options small {
  color: #718097;
  font-size: 11px;
  line-height: 1.5;
}

.adult-comm-skill-options button.is-selected {
  border-color: #3157d5;
  background: #f3f6ff;
}

.adult-comm-skill-options button.is-correct {
  color: #166f48;
  border-color: #65bc8e;
  background: #eaf8f0;
}

.adult-comm-skill-options button.is-wrong {
  color: #a94b42;
  border-color: #ef9e97;
  background: #fff1ef;
}

.adult-comm-variant-feedback {
  max-width: 760px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.adult-comm-variant-feedback.is-correct {
  color: #166f48;
  background: #eaf8f0;
}

.adult-comm-variant-feedback.is-wrong {
  color: #8c5b14;
  background: #fff6e4;
}

.adult-comm-mission-form {
  max-width: 760px;
  display: grid;
}

.adult-comm-mission-form label + label {
  margin-top: 18px;
}

.adult-comm-mission-privacy {
  color: #526078;
  background: #f5f7fb;
}

.adult-comm-mission-form > .adult-comm-primary {
  justify-self: start;
  margin-top: 20px;
}

.adult-comm-step-complete {
  text-align: center;
}

.adult-comm-step-complete > h1,
.adult-comm-step-complete > p,
.adult-comm-step-complete .adult-comm-complete-summary {
  margin-left: auto;
  margin-right: auto;
}

.adult-comm-step-complete > p {
  max-width: 640px;
  color: #667188;
  line-height: 1.7;
}

.adult-comm-complete-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: #178358;
  background: #e5f8ee;
  border-radius: 50%;
}

.adult-comm-complete-icon .material-symbols-rounded {
  font-size: 44px;
}

.adult-comm-step-complete .adult-comm-primary {
  margin-top: 26px;
}

.adult-comm-practice-footer {
  width: min(960px, 100%);
  margin: 18px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.adult-comm-library,
.adult-comm-progress-page,
.adult-comm-review-page,
.adult-comm-tips-page {
  padding-bottom: 64px;
}

.adult-comm-library-section {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.adult-comm-library-context {
  position: sticky;
  top: 24px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.adult-comm-library-context img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}

.adult-comm-library-context h2,
.adult-comm-library-context p {
  margin: 0;
}

.adult-comm-library-context h2 {
  font-size: 18px;
}

.adult-comm-library-context p {
  margin-top: 5px;
  color: #6b768c;
  font-size: 12px;
  line-height: 1.5;
}

.adult-comm-library-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5deec;
  border-radius: 18px;
}

.adult-comm-library-list button {
  width: 100%;
  min-height: 104px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #e3e8f0;
  background: #fff;
  cursor: pointer;
}

.adult-comm-library-list button:last-child {
  border-bottom: 0;
}

.adult-comm-library-list button:hover,
.adult-comm-library-list button:focus-visible {
  background: #f7f9fe;
}

.adult-comm-library-status {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #3157d5;
  background: #edf2ff;
  border-radius: 50%;
}

.adult-comm-library-status.is-complete {
  color: #177b54;
  background: #e8f7ef;
}

.adult-comm-library-list button > span:nth-child(2) {
  display: grid;
  gap: 4px;
}

.adult-comm-library-list small {
  color: #3157d5;
  font-size: 11px;
  font-weight: 700;
}

.adult-comm-library-list strong {
  font-size: 15px;
}

.adult-comm-library-list em {
  color: #6d7890;
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
}

.adult-comm-progress-summary {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5deec;
  border-radius: 18px;
}

.adult-comm-progress-summary span {
  padding: 22px 24px;
  display: grid;
  gap: 6px;
  border-right: 1px solid #e2e7ef;
}

.adult-comm-progress-summary span:last-child {
  border-right: 0;
}

.adult-comm-progress-summary small {
  color: #6e7890;
  font-size: 12px;
}

.adult-comm-progress-summary strong {
  font-size: 25px;
}

.adult-comm-matrix,
.adult-comm-reflection-section {
  margin-top: 34px;
  padding: 28px;
  background: #fff;
  border: 1px solid #d5deec;
  border-radius: 20px;
}

.adult-comm-matrix-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e7ef;
}

.adult-comm-matrix-head h2,
.adult-comm-reflection-section h2 {
  margin: 0;
  font-size: 21px;
}

.adult-comm-matrix-head span {
  color: #738097;
  font-size: 11px;
}

.adult-comm-matrix-row {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 120px;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #eef1f6;
}

.adult-comm-matrix-row:last-child {
  border-bottom: 0;
}

.adult-comm-matrix-row > div {
  display: grid;
  gap: 10px;
}

.adult-comm-matrix-row > div > span {
  display: grid;
  gap: 3px;
}

.adult-comm-matrix-row small {
  color: #758096;
  font-size: 11px;
}

.adult-comm-matrix-row em {
  justify-self: end;
  color: var(--skill);
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
}

.adult-comm-reflection-section > div > p {
  max-width: 700px;
  color: #6d7890;
  font-size: 13px;
  line-height: 1.6;
}

.adult-comm-reflection,
.adult-comm-empty {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid #dce3ed;
  border-radius: 16px;
  background: #fafbfe;
}

.adult-comm-reflection > div small {
  color: #3157d5;
  font-size: 11px;
  font-weight: 700;
}

.adult-comm-reflection > div h3 {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.adult-comm-reflection label {
  margin-top: 16px;
}

.adult-comm-reflection button {
  min-height: 46px;
  margin-top: 18px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: #3157d5;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

.adult-comm-empty {
  text-align: center;
  color: #6f7b91;
}

.adult-comm-empty > span {
  color: #3157d5;
}

.adult-comm-empty h3 {
  margin: 8px 0 4px;
  color: #1a2540;
}

.adult-comm-empty p {
  margin: 0;
  font-size: 13px;
}

.adult-comm-review-list,
.adult-comm-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.adult-comm-review-list article,
.adult-comm-tools article {
  padding: 24px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  background: #fff;
  border: 1px solid #d5deec;
  border-radius: 18px;
}

.adult-comm-review-list article > span,
.adult-comm-tools article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--skill);
  background: var(--skill-soft);
  border-radius: 50%;
}

.adult-comm-review-list h2,
.adult-comm-tools h2 {
  margin: 4px 0 8px;
  font-size: 19px;
}

.adult-comm-review-list small,
.adult-comm-tools small {
  color: var(--skill);
  font-size: 11px;
  font-weight: 700;
}

.adult-comm-review-list p,
.adult-comm-tools p {
  margin: 0;
  color: #6b768d;
  font-size: 13px;
  line-height: 1.6;
}

.adult-comm-review-list button,
.adult-comm-tools button {
  grid-column: 2;
  justify-self: start;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3157d5;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.adult-comm-review-empty {
  min-height: 360px;
  margin-top: 34px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #d5deec;
  border-radius: 20px;
}

.adult-comm-review-empty > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #177b54;
  background: #e8f7ef;
  border-radius: 50%;
}

.adult-comm-review-empty > span .material-symbols-rounded {
  font-size: 38px;
}

.adult-comm-review-empty h2 {
  margin: 20px 0 8px;
}

.adult-comm-review-empty p {
  margin: 0 0 24px;
  color: #6d7890;
}

@media (max-width: 1100px) {
  .adult-comm-header {
    grid-template-columns: 1fr auto;
  }

  .adult-comm-nav {
    order: 3;
    grid-column: 1 / -1;
    min-height: 54px;
    justify-content: center;
  }

  .adult-comm-context {
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 14px 16px;
  }

  .adult-comm-context img {
    width: 60px;
    height: 60px;
  }

  .adult-comm-main-grid {
    grid-template-columns: 1fr;
  }

  .adult-comm-skill-panel {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    align-items: start;
  }

  .adult-comm-skill-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .adult-comm-dashboard,
  .adult-comm-library,
  .adult-comm-progress-page,
  .adult-comm-review-page,
  .adult-comm-tips-page {
    width: min(100% - 32px, 680px);
    padding-top: 30px;
  }

  .adult-comm-contexts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 26px;
  }

  .adult-comm-competencies {
    grid-template-columns: 1fr;
  }

  .adult-comm-context,
  .adult-comm-context.is-selected {
    border-radius: 22px;
  }

  .adult-comm-context:not(.is-selected) + .adult-comm-context:not(.is-selected) {
    box-shadow: none;
  }

  .adult-comm-recommendation {
    grid-template-columns: 1fr;
  }

  .adult-comm-recommendation-image {
    min-height: 300px;
    max-height: 360px;
    order: -1;
  }

  .adult-comm-recommendation-actions {
    margin-top: 0;
  }

  .adult-comm-skill-panel {
    display: block;
  }

  .adult-comm-skill-list {
    margin-top: 24px;
  }

  .adult-comm-activity-strip {
    grid-template-columns: 1fr;
  }

  .adult-comm-activity-strip > i {
    width: auto;
    height: 1px;
    margin: 0 16px;
  }

  .adult-comm-practice-header {
    grid-template-columns: auto 1fr auto;
  }

  .adult-comm-practice-back {
    width: 42px;
    height: 42px;
    overflow: hidden;
    white-space: nowrap;
    gap: 20px;
  }

  .adult-comm-practice-brand {
    justify-self: start;
  }

  .adult-comm-step {
    min-height: 560px;
  }

  .adult-comm-library-section {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .adult-comm-library-context {
    position: static;
  }

  .adult-comm-review-list,
  .adult-comm-tools {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .adult-comm-header {
    min-height: 72px;
    padding: 0 16px;
    gap: 12px;
  }

  .adult-comm-brand strong {
    font-size: 15px;
  }

  .adult-comm-profile > span,
  .adult-comm-profile > .material-symbols-rounded,
  .adult-comm-notification {
    display: none;
  }

  .adult-comm-user-avatar {
    width: 38px;
    height: 38px;
  }

  .adult-comm-nav {
    min-height: 50px;
    gap: 6px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .adult-comm-nav button {
    flex: 0 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .adult-comm-intro h1,
  .adult-comm-page-heading h1 {
    font-size: 32px;
  }

  .adult-comm-contexts {
    grid-template-columns: 1fr;
    padding: 6px;
  }

  .adult-comm-competencies {
    padding: 18px;
  }

  .adult-comm-competency-list {
    grid-template-columns: 1fr;
  }

  .adult-comm-context {
    min-height: 94px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .adult-comm-context img {
    width: 58px;
    height: 58px;
  }

  .adult-comm-recommendation-copy {
    padding: 24px 20px;
  }

  .adult-comm-recommendation h2 {
    font-size: 30px;
  }

  .adult-comm-recommendation-actions,
  .adult-comm-practice-footer {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .adult-comm-primary,
  .adult-comm-secondary,
  .adult-comm-inline-save {
    width: 100%;
  }

  .adult-comm-practice-footer .adult-comm-primary {
    order: -1;
  }

  .adult-comm-skill-list {
    grid-template-columns: 1fr;
  }

  .adult-comm-practice-shell {
    padding: 0 12px 20px;
  }

  .adult-comm-practice-header {
    min-height: 66px;
    gap: 8px;
  }

  .adult-comm-practice-brand {
    font-size: 12px;
  }

  .adult-comm-practice-brand > span {
    display: none;
  }

  .adult-comm-step {
    min-height: 540px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .adult-comm-step > h1 {
    font-size: 30px;
  }

  .adult-comm-goal-check {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .adult-comm-goal-check button {
    grid-column: 1 / -1;
  }

  .adult-comm-rubric {
    grid-template-columns: 1fr;
  }

  .adult-comm-progress-summary {
    grid-template-columns: 1fr;
  }

  .adult-comm-progress-summary span {
    border-right: 0;
    border-bottom: 1px solid #e2e7ef;
  }

  .adult-comm-progress-summary span:last-child {
    border-bottom: 0;
  }

  .adult-comm-matrix,
  .adult-comm-reflection-section {
    padding: 20px 16px;
  }

  .adult-comm-matrix-head {
    display: grid;
  }

  .adult-comm-matrix-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .adult-comm-matrix-row em {
    grid-column: 2;
    justify-self: start;
  }

  .adult-comm-library-list button {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .adult-comm-library-list button > .material-symbols-rounded {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .adult-comm-context,
  .adult-comm-primary,
  .adult-comm-progress i {
    transition: none;
  }
}
