#tc-credential-leak-root{
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  background:
    radial-gradient(circle at top left, rgba(99,102,241,.14), transparent 26%),
    radial-gradient(circle at top right, rgba(59,130,246,.12), transparent 24%),
    linear-gradient(180deg, #f6f8fc 0%, #ffffff 36%, #f8fafc 100%);
  overflow: hidden;
}

.entry-content #tc-credential-leak-root,
.wp-block-group #tc-credential-leak-root{
  max-width: none !important;
}

#tc-credential-leak-root *{
  box-sizing: border-box;
}

/* Generic */
.tc-cred-section-head{
  margin-bottom: 28px;
}

.tc-cred-section-head--center{
  text-align: center;
}

.tc-cred-section-kicker{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  min-height: 32px;
  padding: 0 12px;
  background: rgba(15,23,42,.06);
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 14px;
}

.tc-cred-section-title{
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.03em;
}

.tc-cred-section-desc{
  margin: 14px 0 0;
  max-width: 860px;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}

.tc-cred-section-head--center .tc-cred-section-desc{
  margin-left: auto;
  margin-right: auto;
}

/* Buttons / Tags */
.tc-cred-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 9999px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.tc-cred-btn:hover{
  transform: translateY(-1px);
}

.tc-cred-btn--primary{
  background: linear-gradient(135deg, #0f172a 0%, #4f46e5 55%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(37,99,235,.18);
}

.tc-cred-btn--ghost{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.10);
  color: #0f172a;
  backdrop-filter: blur(12px);
}

.tc-cred-btn--light{
  background: #fff;
  color: #0f172a;
  box-shadow: 0 18px 40px rgba(15,23,42,.12);
}

.tc-cred-eyebrow{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  min-height: 34px;
  padding: 0 14px;
  background: rgba(79,70,229,.10);
  color: #4338ca;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 18px;
}

.tc-cred-tag{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 9999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(15,23,42,.08);
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

/* Hero */
.tc-cred-hero{
  position: relative;
  padding: 56px 0 84px;
  overflow: hidden;
}

.tc-cred-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(79,70,229,.08), transparent 42%),
    linear-gradient(315deg, rgba(15,23,42,.04), transparent 48%);
  pointer-events: none;
}

.tc-cred-hero__grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

@media (min-width: 1100px){
  .tc-cred-hero__grid{
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
    gap: 42px;
  }
}

.tc-cred-hero__title{
  margin: 0;
  color: #0f172a;
  font-size: clamp(36px, 6vw, 64px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.045em;
  max-width: 920px;
}

.tc-cred-hero__desc{
  margin: 18px 0 0;
  max-width: 760px;
  color: #475569;
  font-size: 16px;
  line-height: 1.95;
}

.tc-cred-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tc-cred-hero__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tc-cred-hero__mini-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

@media (min-width: 768px){
  .tc-cred-hero__mini-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tc-cred-mini-card{
  border-radius: 24px;
  padding: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  backdrop-filter: blur(10px);
}

.tc-cred-mini-card__label{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 9999px;
  background: rgba(37,99,235,.10);
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 12px;
}

.tc-cred-mini-card h3{
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
}

/* Hero board */
.tc-cred-hero__visual{
  position: relative;
}

.tc-cred-board{
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.45);
  background:
    radial-gradient(circle at top right, rgba(96,165,250,.18), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.84) 0%, rgba(241,245,249,.90) 100%);
  box-shadow: 0 34px 90px rgba(15,23,42,.12);
  backdrop-filter: blur(18px);
}

.tc-cred-board::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: .45;
}

.tc-cred-board__top{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.tc-cred-window-dots{
  display: flex;
  gap: 7px;
  flex-shrink: 0;
}

.tc-cred-window-dots span{
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: #cbd5e1;
}

.tc-cred-window-dots span:nth-child(1){ background: #fb7185; }
.tc-cred-window-dots span:nth-child(2){ background: #fbbf24; }
.tc-cred-window-dots span:nth-child(3){ background: #34d399; }

.tc-cred-board__title{
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.tc-cred-board__body{
  position: relative;
  z-index: 1;
  padding: 20px;
}

.tc-cred-terminal{
  border-radius: 22px;
  padding: 18px;
  background: #0f172a;
  color: #cbd5e1;
  box-shadow: 0 18px 44px rgba(15,23,42,.18);
}

.tc-cred-terminal__line{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tc-cred-terminal__line span{
  color: #60a5fa;
  margin-right: 8px;
}

.tc-cred-signal-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px;
}

@media (min-width: 768px){
  .tc-cred-signal-grid{
    grid-template-columns: 1.1fr .9fr;
  }

  .tc-cred-signal-card--primary{
    grid-row: span 2;
  }
}

.tc-cred-signal-card{
  border-radius: 24px;
  padding: 18px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 30px rgba(15,23,42,.05);
}

.tc-cred-signal-card--primary{
  background:
    linear-gradient(180deg, rgba(15,23,42,.96) 0%, rgba(37,99,235,.94) 100%);
  color: #fff;
  box-shadow: 0 22px 54px rgba(15,23,42,.18);
}

.tc-cred-signal-card__kicker{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 9999px;
  background: rgba(15,23,42,.06);
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 12px;
}

.tc-cred-signal-card--primary .tc-cred-signal-card__kicker{
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
}

.tc-cred-signal-card strong{
  display: block;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  color: #0f172a;
}

.tc-cred-signal-card--primary strong{
  color: #fff;
}

.tc-cred-signal-card p{
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: #475569;
}

.tc-cred-signal-card--primary p{
  color: rgba(255,255,255,.82);
}

.tc-cred-rail{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}

.tc-cred-rail__item{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(15,23,42,.08);
}

.tc-cred-rail__dot{
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  flex-shrink: 0;
  margin-top: 6px;
  background: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%);
  box-shadow: 0 0 0 6px rgba(79,70,229,.10);
}

.tc-cred-rail__item strong{
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}

.tc-cred-rail__item span{
  display: block;
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}

/* Overview Bento */
.tc-cred-overview{
  padding: 0 0 56px;
}

.tc-cred-bento{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 992px){
  .tc-cred-bento{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.tc-cred-bento-card{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,252,.98) 100%);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 44px rgba(15,23,42,.06);
}

@media (min-width: 992px){
  .tc-cred-bento-card{
    grid-column: span 4 / span 4;
  }

  .tc-cred-bento-card--xl{
    grid-column: span 8 / span 8;
  }

  .tc-cred-bento-card--accent{
    grid-column: span 8 / span 8;
  }
}

.tc-cred-bento-card::after{
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(79,70,229,.12) 0%, rgba(79,70,229,0) 70%);
}

.tc-cred-bento-card--accent{
  background:
    linear-gradient(135deg, #0f172a 0%, #312e81 55%, #2563eb 100%);
}

.tc-cred-bento-card__eyebrow{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 9999px;
  background: rgba(79,70,229,.10);
  color: #4338ca;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
}

.tc-cred-bento-card--accent .tc-cred-bento-card__eyebrow{
  background: rgba(255,255,255,.14);
  color: #fff;
}

.tc-cred-bento-card h3{
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -.02em;
}

.tc-cred-bento-card--accent h3{
  color: #fff;
}

.tc-cred-bento-card p{
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

.tc-cred-bento-card--accent p{
  color: rgba(255,255,255,.82);
}

/* Highlight rows */
.tc-cred-highlights{
  padding: 56px 0;
}

.tc-cred-highlight-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.tc-cred-highlight-row{
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-radius: 28px;
  padding: 20px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 36px rgba(15,23,42,.05);
  backdrop-filter: blur(10px);
}

.tc-cred-highlight-row__index{
  width: 76px;
  height: 76px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f172a 0%, #4f46e5 55%, #2563eb 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
  box-shadow: 0 18px 44px rgba(37,99,235,.18);
}

.tc-cred-highlight-row__content h3{
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -.02em;
}

.tc-cred-highlight-row__content p{
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 767px){
  .tc-cred-highlight-row{
    grid-template-columns: 1fr;
  }
}

/* Pipeline */
.tc-cred-workflow{
  padding: 60px 0;
  background:
    radial-gradient(circle at top left, rgba(96,165,250,.08), transparent 24%),
    linear-gradient(180deg, rgba(15,23,42,.02) 0%, rgba(15,23,42,.04) 100%);
}

.tc-cred-pipeline{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 1100px){
  .tc-cred-pipeline{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  .tc-cred-pipeline::before{
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 42px;
    height: 2px;
    background: linear-gradient(90deg, rgba(79,70,229,.18) 0%, rgba(37,99,235,.28) 100%);
    z-index: 0;
  }
}

.tc-cred-pipeline__item{
  position: relative;
  z-index: 1;
  border-radius: 30px;
  padding: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 44px rgba(15,23,42,.05);
}

.tc-cred-pipeline__node{
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 16px;
  box-shadow: 0 16px 34px rgba(37,99,235,.16);
}

.tc-cred-pipeline__item h3{
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.tc-cred-pipeline__item p{
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

/* Present */
.tc-cred-present{
  padding: 60px 0;
}

.tc-cred-present__layout{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 1100px){
  .tc-cred-present__layout{
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 28px;
  }
}

.tc-cred-present__left{
  border-radius: 32px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,252,.98) 100%);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 44px rgba(15,23,42,.05);
}

.tc-cred-present__right{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.tc-cred-present-panel{
  border-radius: 24px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 36px rgba(15,23,42,.05);
}

.tc-cred-present-panel h3{
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.tc-cred-present-panel p{
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

/* Benefits */
.tc-cred-benefits{
  padding: 60px 0;
  background:
    radial-gradient(circle at top right, rgba(79,70,229,.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tc-cred-benefits-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px){
  .tc-cred-benefits-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tc-cred-benefit-card{
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 22px 22px 22px 26px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 36px rgba(15,23,42,.05);
}

.tc-cred-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #4f46e5 0%, #2563eb 100%);
}

.tc-cred-benefit-card strong{
  display: block;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 10px;
}

.tc-cred-benefit-card span{
  display: block;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

/* News */
.tc-cred-news-section{
  padding: 60px 0;
}

.tc-cred-news-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 768px){
  .tc-cred-news-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .tc-cred-news-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tc-cred-news-card{
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 44px rgba(15,23,42,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.tc-cred-news-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(15,23,42,.10);
}

.tc-cred-news-card__thumb{
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}

.tc-cred-news-card__thumb img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.tc-cred-news-card:hover .tc-cred-news-card__thumb img{
  transform: scale(1.04);
}

.tc-cred-news-card__body{
  padding: 22px;
}

.tc-cred-news-card__meta{
  margin-bottom: 10px;
}

.tc-cred-news-card__date{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 9999px;
  background: rgba(15,23,42,.06);
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.tc-cred-news-card__title{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.tc-cred-news-card__title a{
  color: #0f172a;
  text-decoration: none;
}

.tc-cred-news-card__title a:hover{
  color: #4338ca;
}

.tc-cred-news-card__excerpt{
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

.tc-cred-news-card__link{
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #4338ca;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.tc-cred-news-actions{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.tc-cred-empty-state{
  border-radius: 24px;
  padding: 24px;
  background: rgba(15,23,42,.04);
  color: #475569;
  font-size: 14px;
  text-align: center;
}

/* CTA */
.tc-cred-cta{
  padding: 0 0 88px;
}

.tc-cred-cta__box{
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 24%),
    linear-gradient(135deg, #0f172a 0%, #312e81 50%, #2563eb 100%);
  box-shadow: 0 30px 80px rgba(15,23,42,.18);
}

@media (min-width: 992px){
  .tc-cred-cta__box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 36px;
  }
}

.tc-cred-cta__box::after{
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 190px;
  height: 190px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 70%);
}

.tc-cred-cta__content{
  position: relative;
  z-index: 1;
}

.tc-cred-cta__content .tc-cred-section-kicker{
  background: rgba(255,255,255,.14);
  color: #fff;
}

.tc-cred-cta__content h2{
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.03em;
}

.tc-cred-cta__content p{
  margin: 14px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.85;
}

.tc-cred-cta__actions{
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

@media (min-width: 992px){
  .tc-cred-cta__actions{
    margin-top: 0;
    flex-shrink: 0;
  }
}

/* Dark mode */
.dark #tc-credential-leak-root{
  background:
    radial-gradient(circle at top left, rgba(79,70,229,.20), transparent 26%),
    radial-gradient(circle at top right, rgba(37,99,235,.16), transparent 24%),
    linear-gradient(180deg, #0f172a 0%, #111827 46%, #0f172a 100%);
}

.dark .tc-cred-section-title,
.dark .tc-cred-hero__title,
.dark .tc-cred-mini-card h3,
.dark .tc-cred-bento-card h3,
.dark .tc-cred-highlight-row__content h3,
.dark .tc-cred-pipeline__item h3,
.dark .tc-cred-present-panel h3,
.dark .tc-cred-benefit-card strong,
.dark .tc-cred-news-card__title a{
  color: rgba(255,255,255,.94);
}

.dark .tc-cred-section-desc,
.dark .tc-cred-hero__desc,
.dark .tc-cred-bento-card p,
.dark .tc-cred-highlight-row__content p,
.dark .tc-cred-pipeline__item p,
.dark .tc-cred-present-panel p,
.dark .tc-cred-benefit-card span,
.dark .tc-cred-news-card__excerpt,
.dark .tc-cred-mini-card{
  color: rgba(255,255,255,.74);
}

.dark .tc-cred-section-kicker,
.dark .tc-cred-news-card__date{
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.84);
}

.dark .tc-cred-tag,
.dark .tc-cred-btn--ghost,
.dark .tc-cred-mini-card,
.dark .tc-cred-bento-card,
.dark .tc-cred-highlight-row,
.dark .tc-cred-pipeline__item,
.dark .tc-cred-present__left,
.dark .tc-cred-present-panel,
.dark .tc-cred-benefit-card,
.dark .tc-cred-news-card,
.dark .tc-cred-rail__item,
.dark .tc-cred-signal-card{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.10);
  box-shadow: none;
}

.dark .tc-cred-board{
  background:
    radial-gradient(circle at top right, rgba(96,165,250,.16), transparent 24%),
    linear-gradient(180deg, rgba(15,23,42,.90) 0%, rgba(17,24,39,.96) 100%);
  border-color: rgba(255,255,255,.10);
  box-shadow: none;
}

.dark .tc-cred-board::before{
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
}

.dark .tc-cred-board__top{
  border-bottom-color: rgba(255,255,255,.08);
}

.dark .tc-cred-board__title,
.dark .tc-cred-tag,
.dark .tc-cred-rail__item span,
.dark .tc-cred-signal-card p{
  color: rgba(255,255,255,.74);
}

.dark .tc-cred-rail__item strong,
.dark .tc-cred-signal-card strong{
  color: #fff;
}

.dark .tc-cred-signal-card__kicker{
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
}

.dark .tc-cred-highlight-row__index{
  box-shadow: none;
}

.dark .tc-cred-btn--ghost{
  color: #fff;
}

.dark .tc-cred-empty-state{
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.76);
}

.dark .tc-cred-workflow,
.dark .tc-cred-benefits{
  background: transparent;
}

.dark .tc-cred-news-card__title a:hover{
  color: #c4b5fd;
}

/* Accessibility / motion */
.tc-cred-btn:focus-visible,
.tc-cred-news-card__title a:focus-visible,
.tc-cred-news-card__link:focus-visible{
  outline: 2px solid rgba(79,70,229,.95);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce){
  .tc-cred-btn,
  .tc-cred-news-card,
  .tc-cred-news-card__thumb img{
    transition: none;
  }

  .tc-cred-btn:hover,
  .tc-cred-news-card:hover{
    transform: none;
  }
}