.first-week-start { grid-column: 1 / -1; border: 2px solid var(--yellow); }
.first-week-start > summary { background: linear-gradient(105deg, var(--centerstone-blue), #347f8f); font-size: 1.2rem; }
.first-week-intro { margin: 14px 0 18px; color: var(--muted); }
.first-three-days { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.first-three-days article { display: grid; gap: 7px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #f3f9f8; }
.first-three-days span { width: fit-content; padding: 4px 9px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.first-three-days strong { color: var(--centerstone-blue); line-height: 1.25; }
.first-three-days small { color: var(--muted); line-height: 1.45; }
.first-week-checklist { margin-top: 20px; padding: 18px; border-radius: 18px; background: #fffaf0; border: 1px solid #efd998; }
.first-week-checklist h3 { margin-bottom: 10px; }
.first-week-check { display: flex; align-items: flex-start; gap: 11px; padding: 10px 0; border-top: 1px solid rgba(63,63,63,.1); }
.first-week-check:first-of-type { border-top: 0; }
.first-week-check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--centerstone-blue); }
.first-week-check span { display: grid; gap: 3px; }
.first-week-check small { color: var(--muted); line-height: 1.35; }
.first-week-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.calendar-ramp-hero p { margin-bottom: 0; }
.training-feedback-top { max-width: 760px; margin: 0 auto 20px; }
.training-feedback-top .survey-card { margin: 0; }
.launchpad-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.launchpad-heading p { margin-bottom: 0; }
@media (max-width: 760px) {
  .first-three-days { grid-template-columns: 1fr; }
  .first-week-actions > * { width: 100%; text-align: center; }
  .launchpad-heading { align-items: flex-start; flex-direction: column; }
}


/* Home screen visual refresh — presentation only */
body.hub-home-active {
  background: #edf7f8;
}
body.hub-home-active .app-shell {
  display: block;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
}
body.hub-home-active .sidebar {
  display: none;
}
body.hub-home-active .main-content {
  width: 100%;
  max-width: none;
  padding: 0;
}
body.hub-home-active .app-disclaimer {
  display: none;
}
body.hub-home-active #home {
  display: block;
  padding: 0;
}
.hub-home-page {
  --home-ink: #12304a;
  --home-teal: #3994a5;
  --home-aqua: #7bc6cf;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--home-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.hub-home-page::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -5%;
  bottom: -95px;
  height: 210px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(95% 120px at 50% 0, #bfe8ed 48%, transparent 49%),
    radial-gradient(80% 145px at 12% 10%, #55adbb 48%, transparent 49%);
  opacity: .96;
}
.hub-home-page::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 34px;
  width: 90px;
  height: 58px;
  z-index: 0;
  pointer-events: none;
  opacity: .32;
  background: radial-gradient(circle, #3994a5 1.6px, transparent 2px) 0 0/11px 11px;
}
.hub-home-masthead,
.hub-home-hero,
.hub-home-grid {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.hub-home-masthead {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.hub-home-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #397a86;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  letter-spacing: .045em;
}
.hub-home-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.hub-home-masthead > p {
  margin: 0;
  color: #4d8c97;
  font-size: .85rem;
  text-align: center;
}
.hub-home-socials {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}
.hub-home-socials a {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #4c9dac;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.first-week-may-include {
  margin: 4px 0 10px 34px;
  border: 1px solid #c9dfe2;
  border-radius: 10px;
  background: #f7fbfc;
  padding: 8px 12px;
}
.first-week-may-include summary {
  color: #168f9c;
  cursor: pointer;
  font-weight: 800;
}
.first-week-may-include ul { margin: 8px 0 2px; padding-left: 20px; }
.first-week-survey { display: flex; align-items: center; gap: 14px; margin: 5px 0 5px 34px; }
.first-week-survey img { width: 92px; height: 92px; object-fit: contain; border: 1px solid #c9dfe2; border-radius: 8px; background: #fff; }
.getting-started-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.first-week-progress { width: 112px; height: 112px; flex: 0 0 auto; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(circle at center,#fff 0 55%,transparent 56%),conic-gradient(#77b9d8 var(--progress),#e3e6e8 0); color:#164e63; }
.first-week-progress strong { font-size: 1.45rem; line-height: 1; }
.first-week-progress span { margin-top: 4px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
@media(max-width:600px){.getting-started-heading{align-items:flex-start}.first-week-progress{width:88px;height:88px}.first-week-progress strong{font-size:1.15rem}}
.hub-home-socials a:hover,
.hub-home-socials a:focus-visible {
  transform: translateY(-2px);
  background: #397f8b;
  box-shadow: 0 4px 10px rgba(20, 71, 82, .22);
}
.hub-home-socials a:focus-visible {
  outline: 3px solid #f5bd48;
  outline-offset: 2px;
}
.hub-home-hero {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(380px, .92fr) minmax(520px, 1.28fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #dceef1;
  border-radius: 30px;
  background: linear-gradient(120deg, #edf8fb 0 46%, #fff 72%);
  box-shadow: 0 20px 50px rgba(44,105,118,.09);
}
.hub-home-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 16px 44px 54px;
}
.hub-home-hero-copy .eyebrow {
  margin: 0 0 13px;
  color: #4d8f9c;
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hub-home-hero-copy h2 {
  max-width: 520px;
  margin: 0 0 18px;
  color: #4d8f9c;
  font-size: clamp(2.35rem, 4.3vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.hub-home-hero-copy > p:last-of-type {
  max-width: 460px;
  margin: 0;
  color: #36536a;
  font-size: 1.02rem;
  line-height: 1.55;
}
.hub-home-hero-art {
  min-height: 330px;
  background-image:
    linear-gradient(90deg, #edf8fb 0, rgba(237,248,251,.42) 10%, transparent 28%),
    var(--hub-home-art);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center, center;
}
.hub-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 22px 0 130px;
}
.hub-home-card {
  --card-tint: #e9f7f8;
  --card-accent: #3f9bac;
  min-height: 154px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid #d9eaed;
  border-radius: 24px;
  color: var(--home-ink);
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 24px rgba(37,95,107,.08);
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.hub-home-card--calendar,
.hub-home-card--started { --card-tint: #fff4d5; --card-accent: #cf8b2e; }
.hub-home-card--first-visit {
  animation: getting-started-warm-glow 3.8s ease-in-out infinite;
}
@keyframes getting-started-warm-glow {
  0%, 100% {
    border-color: #e7d8b7;
    box-shadow: 0 8px 24px rgba(37,95,107,.08), 0 0 0 0 rgba(224,163,58,0);
  }
  50% {
    border-color: #e0aa4e;
    box-shadow: 0 10px 28px rgba(37,95,107,.1), 0 0 25px 7px rgba(238,184,76,.3);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hub-home-card--first-visit { animation: none; border-color: #e0aa4e; }
}
.hub-home-card--training,
.hub-home-card--sbbhl { --card-tint: #e8f3ff; --card-accent: #4f87ba; }
.hub-home-card:hover,
.hub-home-card:focus-visible {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--card-accent) 45%, white);
  box-shadow: 0 16px 34px rgba(37,95,107,.15);
  outline: none;
}
.hub-home-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--card-accent);
  background: var(--card-tint);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.85);
}
.hub-home-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hub-home-card-copy {
  display: grid;
  gap: 8px;
}
.hub-home-card-copy strong {
  color: var(--home-ink);
  font-size: 1.08rem;
  line-height: 1.2;
}
.hub-home-card-copy small {
  color: #466074;
  font-size: .86rem;
  line-height: 1.45;
}
.hub-home-arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--card-accent);
  background: var(--card-tint);
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 1020px) {
  .hub-home-masthead { grid-template-columns: 1fr auto; }
  .hub-home-masthead > p { display: none; }
  .hub-home-hero { grid-template-columns: .9fr 1.1fr; }
  .hub-home-hero-copy { padding-left: 38px; }
  .hub-home-hero-art { background-position: center, center; }
  .hub-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .hub-home-page::before { bottom: -120px; height: 190px; }
  .hub-home-masthead,
  .hub-home-hero,
  .hub-home-grid { width: min(100% - 28px, 1160px); }
  .hub-home-masthead { min-height: 72px; }
  .hub-home-brand { font-size: 1.05rem; }
  .hub-home-brand img { width: 28px; height: 28px; }
  .hub-home-socials { display: none; }
  .hub-home-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .hub-home-hero-copy {
    padding: 32px 26px 22px;
  }
  .hub-home-hero-copy h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
    line-height: 1.06;
  }
  .hub-home-hero-copy > p:last-of-type { font-size: .96rem; }
  .hub-home-hero-copy::after { margin-top: 20px; }
  .hub-home-hero-art {
    min-height: 245px;
    background-size: auto, cover;
    background-position: center, center;
  }
  .hub-home-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 110px;
  }
  .hub-home-card {
    min-height: 116px;
    grid-template-columns: 64px minmax(0, 1fr) 30px;
    gap: 13px;
    padding: 16px;
    border-radius: 20px;
  }
  .hub-home-icon {
    width: 62px;
    height: 62px;
  }
  .hub-home-icon svg {
    width: 34px;
    height: 34px;
  }
  .hub-home-card-copy strong { font-size: 1rem; }
  .hub-home-card-copy small { font-size: .8rem; line-height: 1.35; }
  .hub-home-arrow { width: 28px; height: 28px; }
}
@media (max-width: 380px) {
  .hub-home-card {
    grid-template-columns: 54px minmax(0, 1fr) 26px;
    padding: 14px;
  }
  .hub-home-icon { width: 52px; height: 52px; }
  .hub-home-icon svg { width: 29px; height: 29px; }
  .hub-home-card-copy small { display: none; }
}


/* Shared full-window section chrome */
.app-shell {
  display: block;
  width: 100%;
  max-width: none;
}
.sidebar {
  display: none !important;
}
.main-content {
  width: 100%;
  max-width: none;
}
body.hub-section-active {
  min-height: 100vh;
  color: #12304a;
  background: #fff;
}
body.hub-section-active .main-content {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 4% 36%, rgba(75,173,189,.14) 0 1.5px, transparent 2px) 0 0/14px 14px,
    linear-gradient(180deg, #fff 0 10%, #f3fafb 42%, #fff 82%);
}
body.hub-section-active .main-content::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -6%;
  bottom: -110px;
  height: 220px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(95% 120px at 50% 0, #bfe8ed 48%, transparent 49%),
    radial-gradient(80% 145px at 12% 10%, #55adbb 48%, transparent 49%);
}
body.hub-section-active .view.active-view {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
  padding: 0 0 138px;
}
.hub-inner-chrome {
  margin-bottom: 18px;
}
.hub-inner-masthead {
  width: 100%;
  min-height: 88px;
  margin: 0;
}
.hub-inner-return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0 16px;
  border-bottom: 1px solid #dbecef;
  color: #4d8f9c;
  font-size: .84rem;
  font-weight: 750;
}
.hub-back-home {
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid #cce5e8;
  border-radius: 999px;
  color: #216f7e;
  background: #edf8f9;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.hub-back-home:hover,
.hub-back-home:focus-visible {
  transform: translateY(-1px);
  background: #dff2f4;
  box-shadow: 0 7px 18px rgba(42,119,133,.14);
  outline: none;
}

/* Calendar */
body[data-hub-section="calendar"] .calendar-ramp-hero {
  border: 1px solid #d6eaed;
  border-radius: 28px;
  background: linear-gradient(135deg, #eaf7f9, #fff 72%);
  box-shadow: 0 16px 38px rgba(39,101,114,.10);
}
body[data-hub-section="calendar"] .training-calendar,
body[data-hub-section="calendar"] .calendar-shell,
body[data-hub-section="calendar"] .card {
  border-color: #d9eaed;
}
body[data-hub-section="calendar"] .calendar-day,
body[data-hub-section="calendar"] .training-day-card {
  border-radius: 18px;
}

/* Quick Contacts */
body[data-hub-section="contacts"] .contacts-hero {
  border: 1px solid #d6eaed;
  border-radius: 28px;
  background: linear-gradient(135deg, #eaf7f9, #fff 72%);
  box-shadow: 0 16px 38px rgba(39,101,114,.10);
}
body[data-hub-section="contacts"] .essential-card,
body[data-hub-section="contacts"] .contact-directory,
body[data-hub-section="contacts"] details {
  border-color: #d9eaed;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(39,101,114,.07);
}
body[data-hub-section="contacts"] .contact-search {
  border-color: #bddde2;
  border-radius: 16px;
  background: #fff;
}

/* SBBHL */
body[data-hub-section="sbbhl"] #sbbhl iframe {
  display: block;
  width: 100%;
  min-height: 82vh;
  border: 1px solid #d6eaed !important;
  border-radius: 28px !important;
  background: #fff;
  box-shadow: 0 18px 42px rgba(39,101,114,.11);
}

@media (max-width: 720px) {
  body.hub-section-active .view.active-view {
    width: min(100% - 28px, 1160px);
    padding-bottom: 112px;
  }
  .hub-inner-masthead {
    min-height: 70px;
  }
  .hub-inner-return {
    padding-top: 6px;
  }
  .hub-inner-return > span {
    display: none;
  }
  .hub-back-home {
    width: 100%;
    text-align: left;
  }
  body[data-hub-section="calendar"] .calendar-ramp-hero,
  body[data-hub-section="contacts"] .contacts-hero,
  body[data-hub-section="sbbhl"] #sbbhl iframe {
    border-radius: 22px !important;
  }
}


/* Full-width interior shell: override the legacy grid loaded later in index.html. */
body.hub-section-active .app-shell {
  display: block !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: none !important;
}
body.hub-section-active .sidebar {
  display: none !important;
}
body.hub-section-active .main-content {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}


/* Welcome landing and dedicated topic pages */
body[data-hub-section="welcome"] .hub-welcome-chrome,
body[data-hub-section="getting-started"] .hub-welcome-chrome {
  margin-bottom: 8px;
}
body[data-hub-section="welcome"] .hub-welcome-chrome .hub-inner-return,
body[data-hub-section="getting-started"] .hub-welcome-chrome .hub-inner-return {
  border-bottom: 0;
  padding-bottom: 8px;
}
.hub-welcome-section > .school-based-header-card {
  display: none !important;
}
.hub-welcome-section > .section-grid {
  display: none;
}
.hub-welcome-intro {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(460px, 1.12fr);
  align-items: center;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #dceef1;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 43% 78%, rgba(242,195,94,.62) 0 4px, transparent 5px),
    linear-gradient(120deg, #edf8fb 0 49%, #fff 75%);
  box-shadow: 0 18px 44px rgba(44,105,118,.09);
}
.hub-welcome-copy {
  padding: 38px 24px 38px 46px;
}
.hub-welcome-copy .eyebrow {
  margin: 0 0 20px;
  color: #3994a5;
  font-size: .76rem;
}
.hub-welcome-copy .eyebrow span {
  margin-left: 10px;
  color: #4d8f9c;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
 .hub-welcome-copy h2 {
  margin: 0 0 18px;
  color: #4d8f9c;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  letter-spacing: -.045em;
}
.hub-welcome-copy > p:last-child {
  max-width: 470px;
  margin: 0;
  color: #274a62;
  font-size: 1.08rem;
}
.hub-welcome-intro > img {
  align-self: stretch;
  justify-self: end;
  width: calc(100% + 150px);
  height: 100%;
  margin-left: -150px;
  object-fit: cover;
  object-position: center right;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.22) 11%, #000 25%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.22) 11%, #000 25%);
}
.hub-welcome-menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding: 20px 0 118px;
}
.welcome-menu-card {
  min-height: 320px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  justify-items: center;
  align-content: start;
  gap: 14px;
  position: relative;
  grid-column: span 2;
  padding: 28px 25px 22px;
  border: 1px solid #d9eaed;
  border-radius: 24px;
  color: #12304a;
  background: rgba(255,255,255,.98);
  box-shadow: 0 9px 26px rgba(37,95,107,.08);
  text-align: center;
  cursor: pointer;
  transition: transform .17s ease, box-shadow .17s ease, border-color .17s ease;
}
.welcome-menu-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.welcome-menu-card:nth-child(5) {
  grid-column: 4 / span 2;
}
.welcome-menu-card:hover,
.welcome-menu-card:focus-visible {
  transform: translateY(-4px);
  border-color: #9ed5dc;
  box-shadow: 0 17px 36px rgba(37,95,107,.14);
  outline: none;
}
.welcome-menu-icon {
  width: 98px;
  height: 98px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #27899a;
  background: linear-gradient(145deg, #edf8fb, #dff3f5);
}
.welcome-menu-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.welcome-menu-card strong {
  font-size: 1.18rem;
  line-height: 1.3;
}
.welcome-menu-rule {
  width: min(86%, 220px);
  height: 2px;
  border-radius: 999px;
  background: #76c9d2;
}
.welcome-menu-card small {
  max-width: 280px;
  color: #31536a;
  font-size: .92rem;
  line-height: 1.5;
}
.welcome-menu-arrow {
  justify-self: end;
  align-self: end;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #36aabd;
  font-size: 1.7rem;
  line-height: 1;
}
.hub-welcome-detail {
  padding: 6px 0 118px;
}
.hub-back-welcome {
  min-height: 40px;
  margin-bottom: 16px;
  padding: 9px 16px;
  border: 1px solid #cce5e8;
  border-radius: 999px;
  color: #216f7e;
  background: #edf8f9;
  font-weight: 800;
}
.hub-welcome-detail-host > details.welcome-standalone-page {
  display: block !important;
  width: 100%;
  padding: 28px;
  border: 1px solid #d9eaed;
  border-radius: 26px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 14px 36px rgba(37,95,107,.09);
}
.hub-welcome-detail-host > details.welcome-standalone-page > summary {
  display: block;
  padding: 0 0 18px;
  color: #4d8f9c;
  background: transparent;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 800;
  list-style: none;
  pointer-events: none;
}
.hub-welcome-detail-host > details.welcome-standalone-page > summary::-webkit-details-marker {
  display: none;
}
.hub-welcome-detail-host .welcome-disclosure-content {
  padding: 0;
}
.welcome-conduct-row {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #d9eaed;
}
.hub-welcome-section.welcome-detail-active .hub-welcome-intro,
.hub-welcome-section.welcome-detail-active .hub-welcome-menu {
  display: none;
}

/* Getting Started is its own home-screen destination. */
.hub-welcome-section.getting-started-active .hub-welcome-intro,
.hub-welcome-section.getting-started-active .hub-welcome-menu,
.hub-welcome-section.getting-started-active .hub-welcome-detail,
.hub-welcome-section.getting-started-active > .section-grid {
  display: none !important;
}
.getting-started-page {
  display: none;
}
.hub-welcome-section.getting-started-active > .getting-started-page {
  display: block;
  padding: 8px 0 118px;
}
.getting-started-heading {
  max-width: 760px;
  margin-bottom: 24px;
}
.getting-started-heading .eyebrow {
  margin-bottom: 6px;
  color: #4d8f9c;
}
.getting-started-heading h2 {
  margin: 0 0 8px;
  color: #4d8f9c;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  letter-spacing: -.035em;
}
.getting-started-heading > p:last-child {
  color: var(--muted);
  line-height: 1.6;
}
.getting-started-days {
  display: grid;
  gap: 18px;
}
.getting-started-day {
  overflow: hidden;
  border: 1px solid #d9eaed;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 34px rgba(19,65,80,.08);
}
.getting-started-day-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  gap: 14px;
  padding: 18px 20px;
  border: 0;
  background: linear-gradient(105deg, #eef8f8, #f8fbff);
  color: #12304a;
  text-align: left;
  cursor: pointer;
}
.getting-started-day-link:hover,
.getting-started-day-link:focus-visible {
  background: linear-gradient(105deg, #def2f2, #eef7fb);
}
.getting-started-day-link > span {
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--yellow);
  color: #12304a;
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.getting-started-day-link > strong {
  color: #4d8f9c;
  font-size: 1.08rem;
}
.getting-started-day-link > small {
  color: #4d8f9c;
  font-weight: 750;
}
.getting-started-note {
  margin: 18px 20px 0;
  padding: 13px 15px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 12px 12px 0;
  background: #fffaf0;
  color: #415c68;
  line-height: 1.5;
}
.getting-started-day > .first-week-checklist {
  margin: 14px 20px 20px;
  padding: 0;
  border: 0;
  background: transparent;
}
.getting-started-day .first-week-check {
  padding: 11px 2px;
}
.getting-started-day .first-week-check strong {
  color: #244756;
  font-weight: 650;
}
.first-week-actions--day-two {
  margin: 0 20px 22px;
  padding-top: 16px;
  border-top: 1px solid #d9eaed;
}

@media (max-width: 860px) {
  .hub-welcome-intro {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .hub-welcome-copy {
    padding: 30px 28px 14px;
  }
  .hub-welcome-intro > img {
    width: 100%;
    height: 310px;
    margin-left: 0;
    object-position: center right;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.28) 8%, #000 18%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.28) 8%, #000 18%);
  }
  .hub-welcome-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .welcome-menu-card,
  .welcome-menu-card:nth-child(4),
  .welcome-menu-card:nth-child(5) {
    grid-column: auto;
  }
  .welcome-menu-card:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 560px) {
  .hub-welcome-copy h2 {
    font-size: 2.75rem;
  }
  .hub-welcome-copy > p:last-child {
    font-size: .98rem;
  }
  .hub-welcome-intro > img {
    height: 250px;
  }
  .hub-welcome-menu {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 14px;
  }
  .welcome-menu-card,
  .welcome-menu-card:last-child {
    min-height: 0;
    grid-column: auto;
    grid-template-columns: 72px minmax(0,1fr) 30px;
    grid-template-rows: auto auto;
    justify-items: start;
    align-items: center;
    gap: 4px 14px;
    padding: 16px;
    text-align: left;
  }
  .welcome-menu-icon {
    width: 68px;
    height: 68px;
    grid-row: 1 / 3;
  }
  .welcome-menu-icon svg {
    width: 38px;
    height: 38px;
  }
  .welcome-menu-card strong {
    align-self: end;
    font-size: 1rem;
  }
  .welcome-menu-rule {
    display: none;
  }
  .welcome-menu-card small {
    align-self: start;
    font-size: .78rem;
    line-height: 1.35;
  }
  .welcome-menu-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: end;
    width: 28px;
    height: 28px;
  }
  .hub-welcome-detail-host > details.welcome-standalone-page {
    padding: 20px;
  }
}


/* Social channels belong on the home screen only. */
body:not(.hub-home-active) .hub-home-socials {
  display: none !important;
}


/* Referral options on the Our Footprint page */
.welcome-referral-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.welcome-referral-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid #d9eaed;
  border-radius: 20px;
  background: #f6fbfc;
}
.welcome-referral-card img {
  width: 112px;
  height: 112px;
  padding: 6px;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
}
.welcome-referral-card h3 {
  margin: 0 0 7px;
  color: #12304a;
}
.welcome-referral-card a {
  display: block;
  overflow-wrap: anywhere;
  color: #216f7e;
  font-size: .9rem;
}
.copy-referral-link {
  grid-column: 1 / -1;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #3994a5;
  font-weight: 800;
}
.copy-referral-link:hover,
.copy-referral-link:focus-visible {
  background: #216f7e;
  outline: none;
}
@media (max-width: 720px) {
  .welcome-referral-options {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  .welcome-referral-card {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 14px;
  }
  .welcome-referral-card img {
    width: 88px;
    height: 88px;
  }
}


/* Dedicated Welcome page titles do not use accordion markers. */
.hub-welcome-detail-host > details.welcome-standalone-page > summary::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 680px) {
  .hub-welcome-section.getting-started-active > .getting-started-page {
    padding-bottom: 92px;
  }
  .getting-started-day-link {
    grid-template-columns: auto 1fr;
    padding: 16px;
  }
  .getting-started-day-link > small {
    grid-column: 1 / -1;
  }
  .getting-started-note {
    margin: 15px 16px 0;
  }
  .getting-started-day > .first-week-checklist {
    margin: 12px 16px 17px;
  }
  .first-week-actions--day-two {
    margin: 0 16px 18px;
  }
  .first-week-actions--day-two > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Training Launchpad landing and Foundations */
.launchpad-landing,
.foundations-page {
  width: 100%;
  padding: 6px 0 118px;
}
.launchpad-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: center;
  min-height: 420px;
  overflow: hidden;
  padding: 44px 5.2%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 72% 42%, rgba(255,255,255,.98) 0 8%, transparent 34%),
    linear-gradient(115deg, #f6f9ff 0%, #eef7fb 58%, #dcedf3 100%);
  box-shadow: 0 16px 42px rgba(16,66,91,.08);
}
.launchpad-hero::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 105px;
  height: 190px;
  border-radius: 55% 55% 0 0;
  background: linear-gradient(90deg, #f1f6ef, #d6e4d1);
  opacity: .75;
  clip-path: polygon(43% 100%,43% 33%,22% 18%,43% 24%,49% 0,55% 24%,78% 15%,56% 34%,56% 100%);
}
.launchpad-hero .eyebrow {
  margin: 0 0 18px;
  color: #2998ad;
  font-size: .95rem;
  letter-spacing: .035em;
}
.launchpad-hero h2 {
  margin: 0;
  color: #073a60;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.launchpad-hero p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: #103f61;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.55;
}
.launchpad-magnifier {
  justify-self: center;
  width: min(230px, 60%);
  color: #26a7bd;
  transform: rotate(-8deg);
  filter: drop-shadow(0 12px 13px rgba(35,141,160,.13));
}
.launchpad-magnifier svg,
.launchpad-search-icon svg,
.launchpad-category-icon svg,
.foundations-icon svg,
.foundation-tool-icon svg,
.foundations-help-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.launchpad-search {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) auto auto;
  align-items: center;
  gap: 14px;
  width: calc(100% - 7%);
  margin: -32px auto 34px;
  padding: 15px 18px 15px 24px;
  border: 1px solid #e1edf1;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(26,84,104,.12);
}
.launchpad-search-icon {
  width: 30px;
  height: 30px;
  color: #24a6b9;
}
.launchpad-search input,
.launchpad-search select {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #123f60;
  font: inherit;
}
.launchpad-search input {
  font-size: 1.05rem;
}
.launchpad-search select {
  padding: 9px 34px 9px 12px;
  font-weight: 700;
}
.launchpad-search > button {
  min-width: 120px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  background: #27a7bd;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.launchpad-results {
  width: calc(100% - 7%);
  margin: -18px auto 30px;
  padding: 20px;
  border: 1px solid #cae7ec;
  border-radius: 22px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 14px 35px rgba(24,80,99,.09);
}
.launchpad-result-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: #174d67;
}
.launchpad-result-heading button {
  border: 0;
  background: transparent;
  color: #258fa4;
  font-weight: 800;
  cursor: pointer;
}
.launchpad-result-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}
.launchpad-result {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid #deecef;
  border-radius: 15px;
  background: #f8fcfd;
  color: #123f60;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.launchpad-result:hover,
.launchpad-result:focus-visible {
  border-color: #65bdc8;
  background: #eef9fa;
}
.launchpad-result span {
  color: #4d8f9c;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.launchpad-result small { color: #607985; }
.launchpad-no-results { margin: 0; color: #607985; }
.launchpad-category-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.launchpad-category {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  align-items: center;
  padding: 42px 30px 34px;
  border: 1px solid #e6edf0;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 32px rgba(20,66,82,.07);
  text-align: center;
}
.launchpad-category-icon {
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  padding: 31px;
  border-radius: 50%;
  color: #279bb1;
}
.launchpad-category--foundations .launchpad-category-icon { background: #fff0bd; }
.launchpad-category--clinical .launchpad-category-icon { background: #dff3f1; }
.launchpad-category--support .launchpad-category-icon { background: #e4effd; }
.launchpad-category h3 {
  margin: 26px 0 16px;
  color: #073a60;
  font-size: 2rem;
}
.launchpad-category p {
  max-width: 320px;
  margin: 0 auto 28px;
  color: #174a69;
  font-size: 1.03rem;
  line-height: 1.5;
}
.launchpad-category > button,
.launchpad-category-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin-top: auto;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  color: #073a60;
  font-weight: 850;
  text-decoration: none;
}
.launchpad-category > button { cursor: pointer; }
.launchpad-category--foundations > button { background: #ffecb4; }
.launchpad-category--clinical .launchpad-category-action { background: #dff3f1; }
.launchpad-category--support .launchpad-category-action { background: #e4effd; }
.launchpad-category > button span,
.launchpad-category-action b { color: #24a3b8; font-size: 1.65rem; line-height: .7; }
.launchpad-feedback {
  max-width: 820px;
  margin: 34px auto 0;
}
.launchpad-feedback .survey-card {
  margin: 0;
  border-color: #d6eaed;
}

/* Foundations */
.launchpad-section-back {
  margin: 4px 0 22px;
  padding: 9px 0;
  border: 0;
  background: transparent;
  color: #2998ad;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}
.foundations-header {
  display: grid;
  justify-items: center;
  padding: 0 20px 46px;
  text-align: center;
}
.foundations-icon {
  width: 138px;
  height: 138px;
  padding: 28px;
  border-radius: 50%;
  background: #fff0bd;
  color: #279bb1;
}
.foundations-header h2 {
  margin: 18px 0 22px;
  color: #4598a3;
  font-size: clamp(3rem, 7vw, 5.1rem);
  letter-spacing: -.045em;
}
.foundations-header p {
  margin: 0;
  color: #103f61;
  font-size: clamp(1rem,2vw,1.25rem);
  line-height: 1.55;
}
.foundation-tool-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
}
.foundation-tool {
  display: flex;
  min-width: 0;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px 28px;
  border: 1px solid #e6edf0;
  border-radius: 26px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 12px 30px rgba(20,66,82,.07);
  color: #073a60;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.foundation-tool:hover,
.foundation-tool:focus-visible {
  transform: translateY(-3px);
  border-color: #a8d5db;
  box-shadow: 0 17px 35px rgba(20,66,82,.12);
}
.foundation-tool-icon {
  width: 128px;
  height: 128px;
  padding: 29px;
  border-radius: 50%;
}
.foundation-tool--blue .foundation-tool-icon { color: #167da3; background: #e9f3fb; }
.foundation-tool--teal .foundation-tool-icon { color: #258e91; background: #e8f7f5; }
.foundation-tool--mint .foundation-tool-icon { color: #258f8c; background: #e6f5ef; }
.foundation-tool--yellow .foundation-tool-icon { color: #e9a913; background: #fff2c7; }
.foundation-tool--purple .foundation-tool-icon { color: #7765b0; background: #eeeafa; }
.foundation-tool h3 {
  margin: 24px 0 18px;
  color: #073a60;
  font-size: 1.23rem;
  line-height: 1.3;
}
.foundation-tool p {
  margin: 0;
  color: #174a69;
  line-height: 1.5;
}
.foundation-tool-arrow {
  display: grid;
  width: 54px;
  height: 54px;
  margin-top: auto;
  place-items: center;
  border-radius: 50%;
  font-size: 1.65rem;
}
.foundation-tool--blue .foundation-tool-arrow { background: #e9f3fb; color: #167da3; }
.foundation-tool--teal .foundation-tool-arrow,
.foundation-tool--mint .foundation-tool-arrow { background: #e6f5ef; color: #258f8c; }
.foundation-tool--yellow .foundation-tool-arrow { background: #fff2c7; color: #e9a913; }
.foundation-tool--purple .foundation-tool-arrow { background: #eeeafa; color: #7765b0; }
.foundations-help {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 28px;
  padding: 25px;
  border: 2px solid #bce8ec;
  border-radius: 25px;
  background: rgba(255,255,255,.82);
}
.foundations-help > div {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 18px;
  padding: 8px 28px;
}
.foundations-help > div + div { border-left: 2px solid #73d0d6; }
.foundations-help-icon {
  width: 72px;
  height: 72px;
  padding: 14px;
  border-radius: 50%;
  background: #e8f4fb;
  color: #258fa4;
}
.foundations-help p {
  display: grid;
  gap: 7px;
  margin: 0;
  color: #174a69;
  line-height: 1.5;
}
.foundations-help strong { color: #073a60; }

@media (max-width: 1080px) {
  .launchpad-category { min-height: 430px; padding-inline: 22px; }
  .launchpad-category h3 { font-size: 1.55rem; }
  .foundation-tool-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .foundation-tool { min-height: 430px; }
}
@media (max-width: 780px) {
  .launchpad-hero { grid-template-columns: 1fr; min-height: 0; padding: 34px 28px 80px; }
  .launchpad-magnifier { display: none; }
  .launchpad-search {
    grid-template-columns: 28px minmax(0,1fr);
    width: calc(100% - 24px);
    margin-top: -42px;
    border-radius: 24px;
  }
  .launchpad-search select,
  .launchpad-search > button { grid-column: auto; }
  .launchpad-search select { grid-column: 1 / 2; }
  .launchpad-search > button { grid-column: 2 / 3; }
  .launchpad-result-list { grid-template-columns: 1fr; }
  .launchpad-category-grid { grid-template-columns: 1fr; }
  .launchpad-category { min-height: 0; }
  .launchpad-category-icon { width: 120px; height: 120px; padding: 25px; }
  .foundation-tool-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .foundations-help { grid-template-columns: 1fr; }
  .foundations-help > div + div { border-left: 0; border-top: 2px solid #73d0d6; }
}
@media (max-width: 520px) {
  .launchpad-hero h2 { font-size: 3rem; }
  .launchpad-search { padding: 14px; gap: 10px; }
  .launchpad-search input { font-size: .93rem; }
  .launchpad-search > button { min-width: 0; }
  .foundation-tool-grid { grid-template-columns: 1fr; }
  .foundation-tool { min-height: 390px; }
  .foundations-help > div { grid-template-columns: 58px 1fr; padding: 12px 4px; }
  .foundations-help-icon { width: 54px; height: 54px; }
}

/* Orientation checklist order within Getting Started */
.getting-started-day > .first-week-checklist--orientation {
  margin-bottom: 0;
}
.getting-started-day > .getting-started-orientation-note {
  margin-top: 0;
}
.getting-started-day > .first-week-checklist--after-note {
  margin-top: 2px;
}
.getting-started-day-link:has(> span + small) {
  grid-template-columns: auto 1fr;
}
.getting-started-day-link:has(> span + small) > small {
  justify-self: end;
}
@media (max-width: 680px) {
  .getting-started-day-link:has(> span + small) > small {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* Restore the decorative Launchpad hero */
.launchpad-hero {
  isolation: isolate;
}
.launchpad-hero h2 {
  position: relative;
  z-index: 3;
  color: #4d8f9c;
}
.launchpad-hero h2 > span {
  display: block;
  width: fit-content;
}
.launchpad-title-line {
  position: relative;
}
.launchpad-paper-plane {
  position: absolute;
  left: calc(100% + 22px);
  top: -24px;
  width: clamp(48px, 6vw, 78px);
  height: clamp(48px, 6vw, 78px);
  color: #37a7b7;
  transform: rotate(-10deg);
  filter: drop-shadow(0 7px 7px rgba(51,146,164,.12));
}
.launchpad-paper-plane svg {
  width: 100%;
  height: 100%;
  fill: rgba(255,255,255,.42);
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.launchpad-flight-path {
  position: absolute;
  left: calc(100% + 1px);
  top: 29px;
  width: clamp(54px, 8vw, 100px);
  height: 46px;
  border-top: 3px dashed rgba(55,167,183,.48);
  border-radius: 50%;
  transform: rotate(-23deg);
}
.launchpad-office-scene {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 48%;
  overflow: hidden;
  opacity: .68;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.32) 18%, #000 45%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.32) 18%, #000 45%);
}
.launchpad-window {
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 84%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 12px;
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 0 0 8px rgba(208,225,232,.65);
}
.launchpad-window i {
  display: block;
  background:
    linear-gradient(155deg, rgba(255,255,255,.9), rgba(205,229,239,.46)),
    linear-gradient(#eaf4f8,#dbeaf0);
  border: 1px solid rgba(179,208,218,.6);
}
.launchpad-window i:nth-child(2),
.launchpad-window i:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(220,237,244,.42)),
    linear-gradient(#f3f8fa,#dfedf2);
}
.launchpad-plant {
  position: absolute;
  right: 7%;
  bottom: -2px;
  width: 120px;
  height: 210px;
}
.launchpad-plant::after {
  content: "";
  position: absolute;
  left: 27px;
  bottom: 0;
  width: 76px;
  height: 76px;
  border-radius: 12px 12px 28px 28px;
  background: linear-gradient(90deg,#eef1ed,#d8e0d6);
  box-shadow: 0 12px 22px rgba(52,82,72,.12);
}
.launchpad-plant::before,
.launchpad-plant > i::before,
.launchpad-plant > i::after {
  content: "";
  position: absolute;
  bottom: 55px;
  left: 52px;
  width: 28px;
  height: 105px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(145deg,#82aa89,#b4cbb2);
  transform-origin: bottom;
}
.launchpad-plant::before { transform: rotate(-18deg); }
.launchpad-plant > i::before { transform: rotate(21deg); }
.launchpad-plant > i::after {
  bottom: 64px;
  left: 55px;
  height: 125px;
  transform: rotate(2deg) scale(.82);
}
.launchpad-hero > div:first-child {
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  .launchpad-paper-plane {
    left: calc(100% + 10px);
  }
}
@media (max-width: 780px) {
  .launchpad-office-scene {
    inset: 0;
    opacity: .28;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 64%);
    mask-image: linear-gradient(90deg, transparent 0, #000 64%);
  }
  .launchpad-window { width: 66%; }
  .launchpad-paper-plane {
    position: relative;
    display: inline-block;
    left: auto;
    top: 5px;
    margin-left: 8px;
    width: 48px;
    height: 48px;
  }
  .launchpad-flight-path { display: none; }
}
@media (max-width: 460px) {
  .launchpad-office-scene { display: none; }
  .launchpad-title-line { padding-right: 52px; }
  .launchpad-paper-plane {
    position: absolute;
    right: 0;
    top: 5px;
    margin: 0;
  }
}

/* Scheduling cards within Foundations */
.foundation-tool--orange .foundation-tool-icon {
  color: #c77835;
  background: #fae4cc;
}
.foundation-tool--orange .foundation-tool-arrow {
  color: #c77835;
  background: #fae4cc;
}

/* Active Clinical Skills and Ongoing Support sections */
.launchpad-category--clinical > button {
  background: #dff3f1;
}
.launchpad-category--support > button {
  background: #e4effd;
}
.training-category-page--clinical .foundations-icon {
  background: #dff3f1;
  color: #279bb1;
}
.training-category-page--support .foundations-icon {
  background: #e4effd;
  color: #279bb1;
}
.training-category-page--clinical .foundations-header h2,
.training-category-page--support .foundations-header h2 {
  color: #4d8f9c;
}
.category-tool-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.category-tool-grid .foundation-tool {
  min-height: 440px;
}
@media (max-width: 1080px) {
  .category-tool-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 780px) {
  .category-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .category-tool-grid {
    grid-template-columns: 1fr;
  }
}


/* Launchpad decoration pairing: magnifier left, airplane right */
.launchpad-hero-decor {
  position: relative;
  z-index: 2;
  min-height: 290px;
}
.launchpad-hero-decor .launchpad-magnifier {
  position: absolute;
  z-index: 3;
  left: 4%;
  top: 52%;
  width: clamp(170px, 19vw, 240px);
  transform: translateY(-50%) rotate(-8deg);
}
.launchpad-hero-decor .launchpad-paper-plane {
  position: absolute;
  z-index: 1;
  left: 57%;
  right: auto;
  top: 18%;
  width: clamp(76px, 9vw, 112px);
  height: clamp(76px, 9vw, 112px);
  transform: rotate(8deg);
}
.launchpad-hero-decor .launchpad-flight-path {
  z-index: 0;
  left: 48%;
  top: 49%;
  width: clamp(90px, 12vw, 150px);
  transform: rotate(-18deg);
}
@media (max-width: 780px) {
  .launchpad-hero-decor {
    min-height: 170px;
    margin-top: 8px;
  }
  .launchpad-hero-decor .launchpad-magnifier {
    display: block;
    left: 16%;
    width: 145px;
  }
  .launchpad-hero-decor .launchpad-paper-plane {
    position: absolute;
    display: block;
    left: 55%;
    top: 14%;
    width: 78px;
    height: 78px;
    margin: 0;
  }
  .launchpad-hero-decor .launchpad-flight-path {
    display: block;
    left: 47%;
    top: 47%;
    width: 92px;
  }
}
@media (max-width: 460px) {
  .launchpad-hero-decor {
    min-height: 135px;
  }
  .launchpad-hero-decor .launchpad-magnifier {
    left: 8%;
    width: 118px;
  }
  .launchpad-hero-decor .launchpad-paper-plane {
    left: 54%;
    right: auto;
    top: 12%;
    width: 66px;
    height: 66px;
  }
  .launchpad-hero-decor .launchpad-flight-path {
    left: 43%;
    top: 48%;
    width: 82px;
  }
}


/* Back to Home belongs only on first-level hub screens. */
#welcome.welcome-detail-active > .hub-inner-chrome .hub-back-home,
#training:has(.foundations-page) > .hub-inner-chrome .hub-back-home,
#training:has(.focused-training-view) > .hub-inner-chrome .hub-back-home {
  display: none;
}

/* Consolidated clinic contacts */
.clinic-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.clinic-contact-card{background:#fff;border:1px solid rgba(18,145,166,.2);border-radius:22px;padding:0;box-shadow:0 12px 30px rgba(7,65,95,.08);min-width:0;overflow:hidden}
.clinic-contact-header{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:20px 22px;cursor:pointer;list-style:none}
.clinic-contact-header::-webkit-details-marker{display:none}
.clinic-contact-header::after{content:"+";flex:0 0 auto;color:#159bb0;font-size:1.6rem;font-weight:700;line-height:1}
.clinic-contact-card[open] .clinic-contact-header{border-bottom:1px solid rgba(18,145,166,.16)}
.clinic-contact-card[open] .clinic-contact-header::after{content:"−"}
.clinic-contact-header h3{margin:0;color:#06466b;font-size:1.35rem}
.clinic-address{max-width:48%;color:#315d6c;font-size:.9rem;line-height:1.45;text-align:right;text-decoration:none}
.clinic-address:hover{text-decoration:underline;color:#087f99}
.clinic-contact-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;padding:16px 22px 22px}
.clinic-contact-details>div{display:flex;flex-direction:column;gap:4px;min-width:0}
.clinic-contact-details span{color:#607984;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.clinic-contact-details strong{color:#073f60;font-size:1rem}
.clinic-contact-details a{color:#087f99;font-weight:700;overflow-wrap:anywhere}
.clinic-contact-details p{display:flex;flex-wrap:wrap;gap:6px 14px;margin:2px 0 0}
.clinic-contact-wide{grid-column:1/-1}
@media(max-width:760px){
  .clinic-contact-grid{grid-template-columns:1fr}
  .clinic-contact-header{display:block}
  .clinic-address{display:block;max-width:none;margin-top:10px;text-align:left}
  .clinic-contact-details{grid-template-columns:1fr}
  .clinic-contact-wide{grid-column:auto}
}
/* Focused first-week helper tools */
.first-week-subgroup{margin:.4rem 0 .65rem 1.8rem;padding:.75rem .85rem;border-left:3px solid #67b7ba;background:#f3f9f9;border-radius:0 12px 12px 0}.first-week-subgroup>strong{display:block;color:#075a70;margin-bottom:.25rem}.first-week-subgroup .first-week-check{margin:.18rem 0}.first-week-mini-tool,.first-week-inline-button{color:#087d80;font:700 inherit;text-decoration:underline;text-underline-offset:3px}.first-week-inline-button{border:0;background:transparent;padding:0;cursor:pointer}.first-week-hover-list{position:relative;display:inline-block;margin-top:.25rem;color:#087d80;font-weight:700;cursor:help}.first-week-hover-card{display:none;position:absolute;left:0;top:calc(100% + 6px);z-index:8;width:265px;padding:12px 14px;background:#fff;border:1px solid #91c8c8;border-radius:12px;box-shadow:0 10px 28px #173e4c2b;color:#28454d;font-weight:500;line-height:1.55}.first-week-hover-list:hover .first-week-hover-card,.first-week-hover-list:focus .first-week-hover-card{display:block}.getting-started-dialog{max-width:520px;border:0;border-radius:18px;padding:26px;box-shadow:0 24px 80px #002f4160;color:#29434b}.getting-started-dialog::backdrop{background:#002f4166}.getting-started-dialog h3{margin:0 2rem .8rem 0;color:#004c68;font-size:1.4rem}.dialog-close{position:absolute;right:12px;top:10px;border:0;background:transparent;color:#507078;font-size:1.7rem;cursor:pointer}.getting-started-dialog .primary-button{border:0;cursor:pointer}
