.mcard[data-astro-cid-sk4gmmoz] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 1px 2px #0e10140a, 0 16px 40px -26px #0e101438;
  min-height: 360px;
}

.mcard-text[data-astro-cid-sk4gmmoz] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 56px;
}

.mcard-text[data-astro-cid-sk4gmmoz] h3[data-astro-cid-sk4gmmoz] {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--ink);
}

.mcard-text[data-astro-cid-sk4gmmoz] p[data-astro-cid-sk4gmmoz] {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-muted);
  max-width: 50ch;
}

.mcard-logos[data-astro-cid-sk4gmmoz] {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.mcard-logos[data-astro-cid-sk4gmmoz] img[data-astro-cid-sk4gmmoz] {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.mcard[data-astro-cid-sk4gmmoz].rev .mcard-text[data-astro-cid-sk4gmmoz] {
  order: 2;
}

.mcard[data-astro-cid-sk4gmmoz].rev .mcard-side[data-astro-cid-sk4gmmoz] {
  order: 1;
}

.mcard-side[data-astro-cid-sk4gmmoz] {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.mcard-side[data-astro-cid-sk4gmmoz].is-cream {
  background: #f4efe3;
}

.mcard-side[data-astro-cid-sk4gmmoz].is-muted {
  background: var(--paper-cool);
}

@media (width <= 880px) {
  .mcard[data-astro-cid-sk4gmmoz] {
    grid-template-columns: 1fr;
  }

  .mcard[data-astro-cid-sk4gmmoz].rev .mcard-text[data-astro-cid-sk4gmmoz] {
    order: 1;
  }

  .mcard[data-astro-cid-sk4gmmoz].rev .mcard-side[data-astro-cid-sk4gmmoz] {
    order: 2;
  }

  .mcard-text[data-astro-cid-sk4gmmoz] {
    padding: 28px;
  }

  .mcard-side[data-astro-cid-sk4gmmoz] {
    padding: 22px;
  }
}

.cbub[data-astro-cid-sk4gmmoz] {
  align-self: flex-end;
  max-width: 88%;
  background: #fff;
  border: 1px solid #e5dcc7;
  border-radius: 16px 16px 4px;
  padding: 11px 14px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink);
  box-shadow: 0 1px 2px #0e10140a;
}

.cinput[data-astro-cid-sk4gmmoz] {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e5dcc7;
  border-radius: 16px;
  padding: 8px 8px 8px 14px;
  box-shadow: 0 1px 2px #0e10140a;
}

.cinput[data-astro-cid-sk4gmmoz] img[data-astro-cid-sk4gmmoz] {
  width: 20px;
  height: 20px;
}

.cinput[data-astro-cid-sk4gmmoz] span[data-astro-cid-sk4gmmoz] {
  flex: 1;
  font-size: 14px;
  color: var(--ink-subtle);
}

@media (width <= 700px) {
  .mcard[data-astro-cid-sk4gmmoz] {
    display: block;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    min-height: 0;
  }

  .mcard-text[data-astro-cid-sk4gmmoz] {
    padding: 0;
    gap: 10px;
  }

  .mcard-text[data-astro-cid-sk4gmmoz] h3[data-astro-cid-sk4gmmoz] {
    font-size: 22px;
  }

  .mcard-side[data-astro-cid-sk4gmmoz] {
    margin-top: 18px;
    padding: 18px;
    border-radius: 14px;
  }
}

.cinput[data-astro-cid-sk4gmmoz] b[data-astro-cid-sk4gmmoz] {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #d97757;
  color: #fff;
  display: grid;
  place-items: center;
}

.cinput[data-astro-cid-sk4gmmoz] b[data-astro-cid-sk4gmmoz] svg[data-astro-cid-sk4gmmoz] {
  width: 16px;
  height: 16px;
}

.wf[data-astro-cid-sk4gmmoz] {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
}

.wf[data-astro-cid-sk4gmmoz] + .wf[data-astro-cid-sk4gmmoz] {
  border-top: 1px solid var(--line);
  margin-top: -18px;
}

.wf[data-astro-cid-sk4gmmoz] .ico[data-astro-cid-sk4gmmoz] {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
}

.wf[data-astro-cid-sk4gmmoz] .ico[data-astro-cid-sk4gmmoz] img[data-astro-cid-sk4gmmoz] {
  width: 16px;
  height: 16px;
}

.wf[data-astro-cid-sk4gmmoz] .ico[data-astro-cid-sk4gmmoz] svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
}

.wf[data-astro-cid-sk4gmmoz] .ttl[data-astro-cid-sk4gmmoz] {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.wf[data-astro-cid-sk4gmmoz] .dst[data-astro-cid-sk4gmmoz] {
  font-size: 14px;
  color: var(--ink-muted);
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wf[data-astro-cid-sk4gmmoz] .dst[data-astro-cid-sk4gmmoz] svg {
  width: 12px;
  height: 12px;
  opacity: .7;
}

.slk[data-astro-cid-sk4gmmoz] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px -16px #0e10144d;
}

.slk-h[data-astro-cid-sk4gmmoz] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.slk-h[data-astro-cid-sk4gmmoz] img[data-astro-cid-sk4gmmoz] {
  width: 18px;
  height: 18px;
}

.slk-h[data-astro-cid-sk4gmmoz] em[data-astro-cid-sk4gmmoz] {
  font-style: normal;
  color: var(--ink-muted);
  font-weight: 500;
}

.slk-b[data-astro-cid-sk4gmmoz] {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slk-m[data-astro-cid-sk4gmmoz] {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
}

.slk-av[data-astro-cid-sk4gmmoz] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.slk-nm[data-astro-cid-sk4gmmoz] {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.slk-tm[data-astro-cid-sk4gmmoz] {
  font-size: 12px;
  color: var(--ink-muted);
  margin-left: 6px;
  font-weight: 400;
}

.slk-tx[data-astro-cid-sk4gmmoz] {
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink);
  margin-top: 2px;
}

.slk-at[data-astro-cid-sk4gmmoz] {
  background: #2f6e4b1f;
  color: var(--accent-deep);
  padding: 1px 5px;
  border-radius: 4px;
  font-weight: 600;
}

.sess[data-astro-cid-sk4gmmoz] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (width <= 980px) {
  .sess[data-astro-cid-sk4gmmoz] {
    grid-template-columns: 1fr;
  }
}

.scard[data-astro-cid-sk4gmmoz] {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px #0e10140a, 0 16px 40px -26px #0e101438;
}

.scard-h[data-astro-cid-sk4gmmoz] {
  background: #fff;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.scard-tag[data-astro-cid-sk4gmmoz] {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: var(--pill);
  background: var(--p-green-soft);
  color: var(--accent-deep);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.scard-tag[data-astro-cid-sk4gmmoz] i[data-astro-cid-sk4gmmoz] {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
}

.scard-h[data-astro-cid-sk4gmmoz] h3[data-astro-cid-sk4gmmoz] {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.55;
  color: var(--ink);
}

.scard-h[data-astro-cid-sk4gmmoz] p[data-astro-cid-sk4gmmoz] {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-muted);
}

.scard-b[data-astro-cid-sk4gmmoz] {
  background: #f4efe3;
  flex: 1;
  padding: 28px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.scard-b[data-astro-cid-sk4gmmoz] > img[data-astro-cid-sk4gmmoz] {
  width: 24px;
  height: 24px;
  margin-top: 6px;
}

.scard-msgs[data-astro-cid-sk4gmmoz] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.scard-msg[data-astro-cid-sk4gmmoz] {
  align-self: flex-end;
  max-width: 88%;
  background: #fff;
  border: 1px solid #e5dcc7;
  border-radius: 14px 14px 4px;
  padding: 11px 14px;
  box-shadow: 0 1px 2px #0e10140a;
}

.scard-msg[data-astro-cid-sk4gmmoz] .h[data-astro-cid-sk4gmmoz] {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}

.scard-msg[data-astro-cid-sk4gmmoz] .d[data-astro-cid-sk4gmmoz] {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.45;
  margin-top: 3px;
}

@media (width <= 700px) {
  .scard-h[data-astro-cid-sk4gmmoz] {
    padding: 24px 22px;
    gap: 12px;
  }

  .scard-h[data-astro-cid-sk4gmmoz] h3[data-astro-cid-sk4gmmoz] {
    font-size: 22px;
  }

  .scard-b[data-astro-cid-sk4gmmoz] {
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .scard-msgs[data-astro-cid-sk4gmmoz] {
    gap: 10px;
  }

  .scard-msg[data-astro-cid-sk4gmmoz] {
    max-width: 100%;
  }
}

.mcp-video[data-astro-cid-sk4gmmoz] {
  position: relative;
  max-width: 1040px;
  margin: 56px auto 0;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--paper-sunken);
  box-shadow: 0 30px 80px -40px #00000080;
}

.mcp-video[data-astro-cid-sk4gmmoz] wistia-player {
  display: block;
  width: 100%;
  height: 100%;
}

.psec-title[data-astro-cid-sk4gmmoz] .accent[data-astro-cid-sk4gmmoz] {
  background-image: linear-gradient(90deg, #234f37 0%, #2f6e4b 42%, #4a875a 76%, #6ba870 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}
