html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
}

.opc-page {
  --opc-blue: #0052d9;
  --opc-blue-hover: #2670e8;
  --opc-cyan: #00a4ff;
  --opc-ink: #16181a;
  --opc-body: #4f5d75;
  --opc-muted: #f5f7fa;
  --opc-border: #e5e8ed;
  min-height: 100vh;
  overflow-x: clip;
}

.opc-page button,
.opc-page select {
  font-family: inherit;
}

.opc-page button:focus-visible,
.opc-page select:focus-visible,
.opc-page a:focus-visible {
  outline: 3px solid var(--opc-cyan);
  outline-offset: 3px;
}

.opc-page .tcwf-skip-link {
  min-height: 44px;
}

.opc-header {
  border-bottom: 1px solid rgba(155, 166, 183, 0.3);
}

.opc-header .tcwf-static-header__inner {
  max-width: 1440px;
  padding-inline: 24px;
}

.opc-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  min-width: 236px;
}

.opc-brand__name {
  color: var(--opc-ink);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.opc-demo-pill,
.opc-card-demo,
.opc-news-type {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(0, 82, 217, 0.25);
  border-radius: 2px;
  color: var(--opc-blue);
  background: rgba(0, 82, 217, 0.07);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.opc-primary-nav {
  gap: 4px;
}

.opc-header-tools {
  display: flex;
  align-items: center;
  gap: 6px;
}

.opc-icon-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--opc-ink);
  background: transparent;
  cursor: pointer;
}

.opc-icon-link img {
  width: 24px;
  height: 24px;
}

.opc-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  color: #fff;
  background: #0e3a75;
}

.opc-hero picture,
.opc-hero__background,
.opc-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.opc-hero__background {
  object-fit: cover;
  object-position: center 48%;
}

.opc-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 42, 110, 0.95) 0%, rgba(0, 69, 157, 0.88) 35%, rgba(0, 82, 217, 0.32) 66%, rgba(0, 44, 95, 0.15) 100%),
    linear-gradient(0deg, rgba(0, 33, 78, 0.18), rgba(0, 33, 78, 0.18));
}

.opc-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: center;
}

.opc-hero__copy {
  max-width: 600px;
}

.opc-hero__copy h1 {
  margin: 12px 0 16px;
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.22;
}

.opc-hero__copy > p:not(.opc-hero__notice) {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 30px;
}

.opc-hero__label {
  color: #b9ddff;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.opc-hero__actions {
  margin-top: 30px;
  flex-wrap: wrap;
}

.opc-hero .opc-hero-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}

.opc-hero .opc-hero-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.opc-hero-link {
  min-height: 44px;
  color: #fff;
}

.opc-hero .opc-hero__notice {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 20px;
}

.opc-section-nav {
  top: 0;
  z-index: 98;
  scrollbar-width: none;
}

.opc-section-nav::-webkit-scrollbar {
  display: none;
}

.opc-section-nav a[aria-current="location"] {
  color: var(--opc-blue);
  font-weight: 500;
}

.opc-section-nav a[aria-current="location"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--opc-blue);
  content: "";
}

.opc-heading-with-tools {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  text-align: left;
}

.opc-heading-with-tools .tcwf-section__description {
  margin-left: 0;
}

.opc-filter-bar {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  gap: 12px;
}

.opc-filter-bar label {
  display: grid;
  gap: 6px;
  color: #667085;
  font-size: 12px;
  line-height: 18px;
}

.opc-filter-bar select {
  min-width: 132px;
  height: 44px;
  padding: 0 34px 0 12px;
  border: 1px solid #c9d1dd;
  border-radius: 2px;
  color: #293957;
  background: #fff;
}

.opc-community-grid {
  display: block;
}

.opc-community-podium {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.opc-community-card {
  position: relative;
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--opc-border);
  background: #fff;
  box-shadow: var(--tcwf-shadow-card);
  transition: box-shadow 200ms linear;
}

.opc-community-card[data-podium="gold"] {
  grid-column: span 5;
  isolation: isolate;
  border: 1px solid #8f6b28;
  border-top: 3px solid #e0bf68;
  background: #0b0c0e;
  box-shadow: 0 14px 30px rgba(18, 14, 5, 0.28), inset 0 0 0 1px rgba(245, 211, 128, 0.12);
}

.opc-community-card[data-podium="gold"]::after {
  position: absolute;
  z-index: 4;
  top: -40%;
  left: -70%;
  width: 38%;
  height: 190%;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 224, 147, 0.12), transparent);
  transform: rotate(16deg);
  animation: opc-vip-sheen 7s ease-in-out infinite;
}

.opc-community-card[data-podium="silver"] {
  grid-column: span 4;
  border-top: 3px solid #a9b2c0;
}

.opc-community-card[data-podium="bronze"] {
  grid-column: span 3;
  border-top: 3px solid #b87945;
}

.opc-community-card[data-podium="none"] {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
}

.opc-community-card[data-podium="filtered"] {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
}

.opc-community-grid[data-visible-count="1"] .opc-community-card:not([hidden]) {
  grid-column: 1 / -1;
}

.opc-community-grid[data-visible-count="2"] .opc-community-card[data-podium="gold"] {
  grid-column: span 7;
}

.opc-community-grid[data-visible-count="2"] .opc-community-card[data-podium="silver"] {
  grid-column: span 5;
}

.opc-community-card:hover {
  box-shadow: var(--tcwf-shadow-card-hover);
}

.opc-community-card[hidden] {
  display: none;
}

.opc-community-card__media {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #eaf0f8;
}

.opc-community-card[data-podium="gold"] .opc-community-card__media {
  height: 236px;
  background: #0b0c0e;
}

.opc-community-card[data-podium="silver"] .opc-community-card__media {
  height: 214px;
}

.opc-community-card[data-podium="bronze"] .opc-community-card__media {
  height: 196px;
}

.opc-community-card[data-podium="none"] .opc-community-card__media {
  height: 100%;
  min-height: 230px;
}

.opc-community-card[data-podium="filtered"] .opc-community-card__media {
  height: 100%;
  min-height: 230px;
}

.opc-community-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms var(--tcwf-ease-enter);
}

.opc-community-card[data-podium="gold"] .opc-community-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 3, 4, 0.08) 34%, rgba(6, 6, 7, 0.9) 100%);
}

.opc-community-card[data-podium="gold"] .opc-community-card__media > img {
  filter: saturate(0.82) brightness(0.68) contrast(1.08);
}

.opc-community-card:hover .opc-community-card__media > img {
  transform: scale(1.025);
}

.opc-rank,
.opc-community-card__media .opc-card-demo {
  position: absolute;
  top: 14px;
}

.opc-rank {
  left: 14px;
  display: grid;
  min-height: 38px;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  color: #293957;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 8px rgba(25, 42, 70, 0.12);
  line-height: 1;
}

.opc-rank img {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.opc-rank strong {
  color: #293957;
  font-size: 20px;
  font-weight: 600;
}

.opc-rank small {
  font-size: 11px;
  line-height: 16px;
}

.opc-community-card[data-podium="gold"] .opc-rank {
  z-index: 2;
  min-height: 52px;
  grid-template-columns: 48px 24px auto;
  border-color: rgba(224, 191, 104, 0.7);
  color: #f4dea1;
  background: #0b0c0e;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(245, 211, 128, 0.08);
}

.opc-community-card[data-podium="gold"] .opc-rank img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 0;
}

.opc-community-card[data-podium="gold"] .opc-rank strong,
.opc-community-card[data-podium="gold"] .opc-rank small {
  color: #f1d17d;
}

.opc-community-card[data-podium="gold"] .opc-rank strong {
  font-size: 23px;
}

.opc-community-card[data-podium="silver"] .opc-rank strong,
.opc-community-card[data-podium="silver"] .opc-rank small {
  color: #5f6b7a;
}

.opc-community-card[data-podium="bronze"] .opc-rank strong,
.opc-community-card[data-podium="bronze"] .opc-rank small {
  color: #8a4d23;
}

.opc-community-card__media .opc-card-demo {
  right: 14px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(21, 35, 58, 0.72);
}

.opc-community-card[data-podium="gold"] .opc-card-demo {
  z-index: 2;
  color: #f5dda0;
  border-color: rgba(224, 191, 104, 0.58);
  background: rgba(10, 10, 11, 0.9);
}

.opc-community-views {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(13, 25, 49, 0.76);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  line-height: 1;
}

.opc-community-views img {
  width: 18px;
  height: 18px;
}

.opc-community-views strong {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.opc-community-views small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.opc-community-card[data-podium="gold"] .opc-community-views {
  color: #f5dda0;
  border: 1px solid rgba(224, 191, 104, 0.4);
  background: rgba(8, 8, 9, 0.84);
}

.opc-vip-mark {
  display: none;
}

.opc-community-card[data-podium="gold"] .opc-vip-mark {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  display: grid;
  gap: 2px;
  padding: 8px 10px 7px;
  color: #f4d98f;
  border-right: 2px solid #d2a94e;
  border-left: 1px solid rgba(210, 169, 78, 0.45);
  background: rgba(8, 8, 9, 0.78);
  text-align: right;
  letter-spacing: 0.08em;
}

.opc-community-card[data-podium="gold"] .opc-vip-mark strong {
  font-size: 12px;
  line-height: 16px;
}

.opc-community-card[data-podium="gold"] .opc-vip-mark small {
  color: #ad945b;
  font-size: 9px;
  line-height: 12px;
}

.opc-community-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.opc-community-card[data-podium="gold"] .opc-community-card__body {
  color: #c9c3b6;
  background: linear-gradient(150deg, #0b0c0e 0%, #17130b 58%, #0c0d0f 100%);
}

.opc-community-card__meta,
.opc-demand-meta,
.opc-rank-card__meta {
  margin: 0 0 6px;
  color: var(--opc-blue);
  font-size: 12px;
  line-height: 20px;
}

.opc-community-card h3 {
  min-height: 56px;
  margin: 0;
  color: #1f2a44;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.opc-community-card[data-podium="gold"] .opc-community-card__meta {
  color: #cfad5b;
}

.opc-community-card[data-podium="gold"] h3 {
  color: #f5e7be;
}

.opc-community-card__body > p:not(.opc-community-card__meta) {
  min-height: 48px;
  margin: 8px 0 0;
  color: #667085;
  line-height: 24px;
}

.opc-community-card[data-podium="gold"] .opc-community-card__body > p:not(.opc-community-card__meta) {
  color: #c7c0b2;
}

.opc-tags,
.opc-rank-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.opc-community-card .opc-tags::before {
  flex-basis: 100%;
  color: #7c8798;
  content: "资源亮点";
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}

.opc-community-card[data-podium="gold"] .opc-tags::before {
  color: #cfad5b;
}

.opc-tags li,
.opc-rank-card li {
  padding: 3px 8px;
  border: 1px solid #dfe5ee;
  color: #53627a;
  background: #f7f9fc;
  font-size: 12px;
  line-height: 20px;
}

.opc-community-card[data-podium="gold"] .opc-tags li {
  color: #d9c58f;
  border-color: rgba(214, 181, 99, 0.35);
  background: rgba(255, 224, 147, 0.05);
}

.opc-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e2e6ed;
  color: #667085;
}

.opc-community-card[data-podium="gold"] .opc-card-footer {
  color: #bdb5a5;
  border-top-color: rgba(214, 181, 99, 0.28);
}

.opc-community-card[data-podium="gold"] .opc-card-footer strong,
.opc-community-card[data-podium="gold"] .opc-text-button {
  color: #edca70;
}

.opc-community-runners {
  --tcwf-event-card-width: 282px;
  margin-top: 20px;
  padding: 18px 18px 20px;
  overflow: hidden;
  border: 1px solid #dce2eb;
  background: linear-gradient(100deg, #fff 0%, #f3f6fa 100%);
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
}

.opc-community-runners[hidden] {
  display: none;
}

.opc-community-runners__header,
.opc-community-runners__meta,
.opc-community-runners__controls {
  display: flex;
  align-items: center;
}

.opc-community-runners__header {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.opc-community-runners__header > div:first-child > span {
  color: #7d899d;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.14em;
}

.opc-community-runners__header h3 {
  margin: 0;
  color: #1f2a44;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.opc-community-runners__meta {
  gap: 14px;
  color: #7b8798;
  font-size: 12px;
}

.opc-community-runners__controls {
  gap: 8px;
}

.opc-community-runners__controls button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d8dee8;
  background: #fff;
  cursor: pointer;
}

.opc-community-runners__controls button:hover {
  border-color: var(--opc-blue);
}

.opc-community-runners__controls button:disabled {
  cursor: default;
  opacity: 0.35;
}

.opc-community-runners__viewport {
  min-height: 150px;
  padding: 0;
  overflow: hidden;
}

.opc-community-runners__viewport:focus-visible {
  outline: 2px solid var(--opc-blue);
  outline-offset: 3px;
}

.opc-community-runners__track {
  display: flex;
  width: max-content;
  gap: 14px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform 420ms var(--tcwf-ease-enter);
}

.opc-community-runners .tcwf-event__slide {
  width: var(--tcwf-event-card-width);
  padding: 0;
  opacity: 1;
  transform: none;
}

.opc-community-runners .opc-community-card[data-podium="none"] {
  flex: 0 0 282px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 150px;
  border-color: #dce2eb;
  box-shadow: none;
}

.opc-community-runners .opc-community-card[data-podium="none"]:hover {
  border-color: #b8c5d8;
  box-shadow: 0 4px 8px rgba(3, 27, 78, 0.1);
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-card__media {
  height: 100%;
  min-height: 150px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-rank {
  top: 10px;
  left: 10px;
  min-height: 30px;
  grid-template-columns: 18px auto;
  gap: 5px;
  padding: 4px 7px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-rank strong {
  color: #273650;
  font-size: 16px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-rank img,
.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-card__body > p:not(.opc-community-card__meta),
.opc-community-runners .opc-community-card[data-podium="none"] .opc-tags {
  display: none;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-rank small {
  display: block;
  color: #56657b;
  font-size: 10px;
  line-height: 18px;
  white-space: nowrap;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-card-demo {
  right: 8px;
  bottom: 8px;
  left: 8px;
  top: auto;
  display: block;
  max-width: calc(100% - 16px);
  min-height: 20px;
  padding: 0 5px;
  overflow: hidden;
  font-size: 9px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-views {
  top: 48px;
  bottom: auto;
  left: 8px;
  gap: 3px;
  padding: 4px 5px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-views img {
  width: 12px;
  height: 12px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-views strong {
  font-size: 11px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-views small {
  display: none;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-card__body {
  min-width: 0;
  padding: 13px 14px 12px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-card__meta {
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 18px;
}

.opc-community-runners .opc-community-card[data-podium="none"] h3 {
  min-height: 44px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-card-footer {
  gap: 6px;
  padding-top: 8px;
  font-size: 11px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-card-footer strong {
  font-size: 15px;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-text-button {
  font-size: 12px;
  white-space: nowrap;
}

@keyframes opc-vip-sheen {
  0%,
  62% {
    left: -70%;
  }

  78%,
  100% {
    left: 145%;
  }
}

.opc-card-footer strong {
  margin-left: 4px;
  color: var(--opc-blue);
  font-size: 18px;
}

.opc-text-button,
.opc-resource-action {
  min-height: 44px;
  padding: 0;
  border: 0;
  color: var(--opc-blue);
  background: transparent;
  font-weight: 500;
  cursor: pointer;
}

.opc-text-button:hover,
.opc-resource-action:hover {
  text-decoration: underline;
}

.opc-footnote {
  margin: 22px 0 0;
  color: #7c8798;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.opc-event {
  position: relative;
  border: 1px solid var(--opc-border);
  background: #f5f7fa;
  box-shadow: var(--tcwf-shadow-card);
}

.opc-event__viewport.tcwf-event__track {
  display: grid;
  overflow: hidden;
}

.opc-event-slide {
  display: grid;
  min-height: 330px;
  grid-area: 1 / 1;
  grid-template-columns: minmax(320px, 48%) 1fr;
  opacity: 0;
  visibility: hidden;
  transform: translateX(28px);
  pointer-events: none;
  transition: opacity 420ms ease, transform 520ms var(--tcwf-ease-enter), visibility 0s linear 520ms;
}

.opc-event-slide[hidden] {
  display: none;
}

.opc-event-slide[data-active="true"] {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition-delay: 0s;
}

.opc-event-slide > img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.opc-event-slide > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 44px;
}

.opc-event-slide h3 {
  margin: 16px 0 0;
  color: #1f2a44;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
}

.opc-event-slide p {
  margin: 14px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 26px;
}

.opc-event-slide time {
  margin-top: 18px;
  color: #98a2b3;
}

.opc-event__controls {
  position: absolute;
  right: 34px;
  bottom: 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 16px;
}

.opc-event__controls > button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccd5e2;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.opc-event__progress {
  display: flex;
  gap: 8px;
}

.opc-event__progress button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: linear-gradient(#cfd7e3, #cfd7e3) center / 30px 2px no-repeat;
  cursor: pointer;
}

.opc-event__progress button[aria-current="true"] {
  background-image: linear-gradient(var(--opc-cyan), var(--opc-cyan));
}

.opc-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.opc-news-grid article {
  border: 1px solid var(--opc-border);
  background: #fff;
  box-shadow: var(--tcwf-shadow-card);
}

.opc-news-grid article {
  padding: 20px;
}

.opc-news-grid span {
  color: var(--opc-blue);
  font-size: 12px;
}

.opc-news-grid h3 {
  min-height: 56px;
  margin: 10px 0 0;
  color: #1f2a44;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.opc-news-grid p {
  min-height: 48px;
  margin: 8px 0 0;
  color: #667085;
  line-height: 24px;
}

.opc-news-grid time {
  display: block;
  margin-top: 16px;
  color: #98a2b3;
  font-size: 12px;
}

.opc-resource-desktop {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.opc-meta-label {
  display: inline-block;
  color: var(--opc-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 20px;
}

.opc-expert-library {
  padding: 28px;
  border: 1px solid #d7e2f2;
  background: #fff;
  box-shadow: var(--tcwf-shadow-card);
}

.opc-subsection-heading,
.opc-course-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.opc-subsection-heading h3,
.opc-course-heading h3 {
  margin: 3px 0 0;
  color: #1f2a44;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.opc-subsection-heading p {
  margin: 5px 0 0;
  color: #667085;
  line-height: 24px;
}

.opc-carousel-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.opc-carousel-controls > span {
  min-width: 70px;
  color: #98a2b3;
  font-size: 13px;
}

.opc-carousel-controls > span strong {
  color: var(--opc-blue);
  font-size: 18px;
}

.opc-carousel-controls button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e2f2;
  background: #fff;
  cursor: pointer;
}

.opc-carousel-controls button:hover {
  border-color: var(--opc-blue);
  background: #f0f6ff;
}

.opc-carousel-controls img {
  width: 14px;
  height: 22px;
}

.opc-expert-viewport {
  margin-top: 24px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.opc-expert-viewport.tcwf-event__viewport {
  min-height: 0;
  padding: 0;
}

.opc-expert-viewport::-webkit-scrollbar {
  display: none;
}

.opc-expert-track {
  display: flex;
  width: 100%;
  gap: 0;
  transform: none;
}

.opc-expert-page.tcwf-event__slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
  opacity: 1;
  scroll-snap-align: start;
  transform: none;
}

.opc-expert-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.opc-expert-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--opc-border);
  background: #fff;
  scroll-snap-align: start;
  transition: border-color 180ms linear, box-shadow 180ms linear;
}

.opc-expert-card.tcwf-event__slide {
  width: auto;
  padding: 22px;
  opacity: 1;
  transform: none;
}

.opc-event.tcwf-event__viewport {
  min-height: 0;
  padding: 0;
  overflow: visible;
}

.opc-event__viewport.tcwf-event__track {
  display: grid;
  width: auto;
  overflow: hidden;
  transform: none;
  transition: none;
}

.opc-event-slide.tcwf-event__slide {
  width: auto;
  padding: 0;
}

.opc-rank-card__header.tcwf-type-card__content {
  padding: 0;
}

.opc-demand-card.tcwf-type-card__content {
  padding: 20px;
}

.opc-expert-card:hover {
  border-color: #aac7f4;
  box-shadow: var(--tcwf-shadow-card-hover);
}

.opc-expert-card__identity {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.opc-expert-card__identity > img {
  width: 68px;
  height: 68px;
  border: 2px solid #d9e8ff;
  border-radius: 50%;
  object-fit: cover;
}

.opc-expert-card__identity span {
  color: var(--opc-blue);
  font-size: 12px;
  line-height: 20px;
}

.opc-expert-card__identity h4 {
  margin: 1px 0 0;
  overflow: hidden;
  color: #1f2a44;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-expert-card__identity p {
  margin: 0;
  overflow: hidden;
  color: #667085;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-expert-card__identity .opc-expert-location {
  display: block;
  margin-top: 2px;
  color: #7c8798;
  font-size: 11px;
  line-height: 18px;
}

.opc-expert-card__intro {
  display: -webkit-box;
  min-height: 72px;
  margin: 20px 0 0;
  overflow: hidden;
  color: #53627a;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opc-expert-topic {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 14px 16px;
  color: #53627a;
  background: #f4f7fb;
  line-height: 22px;
}

.opc-expert-topic strong {
  color: #1f2a44;
  font-size: 13px;
}

.opc-expert-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  color: #7c879a;
  font-size: 12px;
}

.opc-expert-card footer strong {
  color: var(--opc-blue);
  font-size: 18px;
}

.opc-course-heading {
  margin-top: 42px;
}

.opc-course-heading .opc-text-button {
  text-decoration: none;
}

.opc-course-grid {
  margin-top: 18px;
}

.opc-resource-card {
  overflow: hidden;
  background: #fff;
  box-shadow: var(--tcwf-shadow-card);
  transition: box-shadow 200ms linear;
}

.opc-resource-card:hover {
  box-shadow: var(--tcwf-shadow-card-hover);
}

.opc-resource-card__media {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.opc-resource-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opc-resource-card__media h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 44px;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.48);
  font-size: 18px;
  font-weight: 500;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-resource-card__body {
  padding: 20px;
}

.opc-resource-card--more {
  min-height: 100%;
  border: 1px solid #cddcf2;
  background: #f6f9ff;
}

.opc-resource-card--more .opc-resource-card__body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 28px;
}

.opc-resource-card--more h4 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 30px;
}

.opc-resource-card--more .opc-resource-card__body > p {
  min-height: 0;
}

.opc-resource-more-list {
  display: grid;
  margin-top: 18px;
  border-top: 1px solid #dbe5f3;
}

.opc-resource-more-list span {
  padding: 10px 0;
  border-bottom: 1px solid #dbe5f3;
  color: #53627a;
  font-size: 13px;
  line-height: 20px;
}

.opc-resource-card--more .opc-resource-action {
  align-self: flex-start;
  margin-top: auto;
}

.opc-resource-tool-list {
  display: grid;
  gap: 6px;
  margin-top: 16px;
}

.opc-resource-tool-list a {
  display: grid;
  min-height: 52px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  color: #1f2a44;
  border: 1px solid #dbe5f3;
  background: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: border-color 160ms linear, background 160ms linear;
}

.opc-resource-tool-list a:hover {
  border-color: #a9c4ee;
  background: #fff;
}

.opc-resource-tool-list img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.opc-resource-tool-list span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.opc-resource-tool-list strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-resource-tool-list small {
  color: #7c8798;
  font-size: 10px;
  line-height: 16px;
}

.opc-resource-tool-list em {
  color: var(--opc-blue);
  font-size: 11px;
  font-style: normal;
}

.opc-resource-label {
  color: var(--opc-blue);
  font-size: 12px;
  line-height: 20px;
}

.opc-resource-card h4 {
  margin: 10px 0 0;
  color: #1f2a44;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.opc-resource-card__body p {
  min-height: 72px;
  margin: 10px 0 0;
  color: #667085;
  line-height: 24px;
}

.opc-resource-portal-list {
  display: grid;
  margin-top: 14px;
  border-top: 1px solid #e2e6ed;
}

.opc-resource-portal-list button {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #e2e6ed;
  color: #273650;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.opc-resource-portal-list button::after {
  flex: 0 0 auto;
  color: var(--opc-blue);
  content: "›";
  font-size: 20px;
}

.opc-resource-portal-list button:hover {
  color: var(--opc-blue);
}

.opc-resource-portal-list button span {
  margin-left: auto;
  color: #98a2b3;
  font-size: 11px;
  white-space: nowrap;
}

.opc-resource-card--portal .opc-resource-action {
  margin-top: 14px;
}

.opc-resource-action {
  margin-top: 8px;
}

.opc-resource-mobile {
  display: none;
}

.opc-project-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -10px 0 22px;
  overflow-x: auto;
  color: #667085;
  white-space: nowrap;
}

.opc-project-filters > span {
  margin-right: 4px;
  font-size: 13px;
}

.opc-project-filters button {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #d7e2f2;
  border-radius: 20px;
  color: #53627a;
  background: #fff;
  cursor: pointer;
}

.opc-project-filters button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--opc-blue);
  background: var(--opc-blue);
}

.opc-heat-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: start;
  gap: 20px;
}

.opc-ranking {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.opc-rank-card {
  display: flex;
  min-height: 344px;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--opc-border);
  background: #fff;
  box-shadow: var(--tcwf-shadow-card);
}

.opc-rank-card[hidden] {
  display: none;
}

.opc-rank-card__header {
  display: grid;
  grid-template-columns: 24px 44px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.opc-rank-number {
  color: var(--opc-blue);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.opc-rank-card__header > img {
  width: 44px;
  height: 44px;
  border: 1px solid #c9dcf7;
  border-radius: 50%;
  object-fit: cover;
}

.opc-rank-card__header h3 {
  margin: 0;
  overflow: visible;
  color: #1f2a44;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-overflow: clip;
  white-space: normal;
}

.opc-rank-card__meta {
  margin: 0 0 2px;
  color: #7c879a;
  font-size: 11px;
  line-height: 18px;
}

.opc-rank-intro {
  display: -webkit-box;
  min-height: 44px;
  margin: 12px 0 0;
  overflow: hidden;
  color: #667085;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opc-project-list {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.opc-project-item {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 8px 9px;
  border: 1px solid #dce4ef;
  color: inherit;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.opc-project-item:hover {
  border-color: #91baf2;
  background: #f7faff;
}

.opc-project-item span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.opc-project-item strong {
  overflow: hidden;
  color: #293957;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-project-item small {
  overflow: hidden;
  color: #98a2b3;
  font-size: 11px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-project-item em {
  min-width: 48px;
  padding: 3px 6px;
  border-radius: 14px;
  font-size: 11px;
  font-style: normal;
  line-height: 18px;
  text-align: center;
}

.opc-project-item em[data-status="idea"] {
  color: #6c5d33;
  background: #fff7db;
}

.opc-project-item em[data-status="progress"] {
  color: #175cd3;
  background: #eaf3ff;
}

.opc-project-item em[data-status="collab"] {
  color: #087443;
  background: #e9f8f1;
}

.opc-rank-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #edf0f4;
  color: #98a2b3;
  font-size: 11px;
}

.opc-heat-value {
  grid-column: 3;
  justify-self: start;
  color: var(--opc-blue);
  font-size: 16px;
  text-align: center;
}

.opc-my-heat {
  position: sticky;
  top: 82px;
  padding: 24px;
  border: 1px solid #d7e2f2;
  background: linear-gradient(180deg, #eef5ff 0%, #fff 42%);
  box-shadow: var(--tcwf-shadow-card);
}

.opc-my-heat > p {
  margin: 16px 0 0;
  color: #667085;
  line-height: 22px;
}

.opc-my-heat > strong {
  display: block;
  margin-top: 4px;
  color: var(--opc-blue);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.opc-progress {
  height: 8px;
  margin-top: 18px;
  overflow: hidden;
  background: #dbe6f5;
}

.opc-progress span {
  display: block;
  height: 100%;
  background: var(--opc-blue);
}

.opc-my-heat ul {
  margin: 20px 0;
  padding: 16px 0 16px 22px;
  border-block: 1px solid #dfe7f2;
  color: #53627a;
  line-height: 26px;
}

.opc-demand-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: start;
  gap: 22px;
}

.opc-demand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.opc-demand-card {
  display: flex;
  min-height: 252px;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--opc-border);
  background: #fff;
  box-shadow: var(--tcwf-shadow-card);
}

.opc-demand-card[hidden] {
  display: none;
}

.opc-demand-card > header {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.opc-demand-card > header img {
  width: 32px;
  height: 32px;
  border: 1px solid #d7e2f2;
  border-radius: 50%;
  object-fit: cover;
}

.opc-demand-card > header span {
  display: grid;
  min-width: 0;
}

.opc-demand-card > header strong {
  overflow: hidden;
  color: #293957;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-demand-card > header small {
  color: #98a2b3;
  font-size: 11px;
  line-height: 18px;
}

.opc-demand-card > header em {
  padding: 3px 6px;
  border: 1px solid #c9dcf7;
  border-radius: 14px;
  color: var(--opc-blue);
  background: #f0f6ff;
  font-size: 11px;
  font-style: normal;
}

.opc-demand-card h3 {
  margin: 14px 0 0;
  color: #1f2a44;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.opc-demand-card > p {
  display: -webkit-box;
  min-height: 48px;
  margin: 8px 0 0;
  overflow: hidden;
  color: #667085;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opc-demand-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 10px;
  color: #293957;
  font-size: 13px;
}

.opc-demand-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #edf0f4;
  color: #98a2b3;
  font-size: 11px;
}

.opc-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.opc-pagination button {
  min-width: 44px;
  height: 44px;
  padding-inline: 13px;
  border: 1px solid #d7e2f2;
  color: #53627a;
  background: #fff;
  cursor: pointer;
}

.opc-pagination button[aria-current="page"] {
  color: #fff;
  border-color: var(--opc-blue);
  background: var(--opc-blue);
}

.opc-demand-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 18px;
}

.opc-demand-sidebar > section {
  padding: 22px;
  border: 1px solid #d7e2f2;
  background: #fff;
  box-shadow: var(--tcwf-shadow-card);
}

.opc-demand-sidebar h3 {
  margin: 4px 0 0;
  color: #1f2a44;
  font-size: 18px;
  line-height: 28px;
}

.opc-publish-demand p {
  margin: 8px 0 18px;
  color: #667085;
  line-height: 23px;
}

.opc-publish-demand .tcwf-action {
  width: 100%;
}

.opc-hot-demands a {
  display: grid;
  gap: 3px;
  min-height: 64px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0f4;
  color: #293957;
  text-decoration: none;
}

.opc-hot-demands a:last-child {
  border-bottom: 0;
}

.opc-hot-demands a:hover strong {
  color: var(--opc-blue);
}

.opc-hot-demands strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.opc-hot-demands span {
  color: #98a2b3;
  font-size: 11px;
  line-height: 18px;
}


.opc-summit {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #162139;
}

.opc-summit > img,
.opc-summit__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.opc-summit > img {
  object-fit: cover;
  object-position: center 58%;
}

.opc-summit__overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(13, 25, 49, 0.96), rgba(13, 25, 49, 0.78) 52%, rgba(13, 25, 49, 0.25));
}

.opc-summit__inner {
  position: relative;
  z-index: 2;
  min-height: 360px;
}

.opc-summit .opc-news-type {
  color: #b9ddff;
  border-color: rgba(185, 221, 255, 0.38);
  background: rgba(0, 82, 217, 0.3);
}

.opc-join-grid .tcwf-type-card {
  min-height: 180px;
}

.opc-join-grid .tcwf-type-card__art {
  opacity: 0.74;
}

.opc-value-card.tcwf-type-card {
  min-height: 390px;
}

.opc-value-card .tcwf-type-card__art {
  height: 190px;
  opacity: 0.52;
}

.opc-value-card .tcwf-type-card__content {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 30px;
}

.opc-value-card .tcwf-type-card__heading-row {
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.opc-value-card .tcwf-type-card__title {
  margin-top: 5px;
  overflow: visible;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-overflow: clip;
  white-space: normal;
}

.opc-value-card__eyebrow {
  color: var(--opc-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 20px;
}

.opc-value-card .tcwf-type-card__description {
  display: block;
  max-width: 94%;
  margin-top: 22px;
  overflow: visible;
  color: #53627a;
  font-size: 15px;
  line-height: 26px;
}

.opc-value-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.opc-value-tags li {
  padding: 5px 12px;
  color: #274b82;
  border: 1px solid #cbdcf5;
  background: #f3f7fd;
  font-size: 13px;
  line-height: 20px;
}

.opc-value-card .tcwf-type-card__actions {
  margin-top: auto;
  padding-top: 26px;
}

.opc-community-value {
  margin-top: 64px;
  padding-top: 56px;
  border-top: 1px solid #dce2eb;
}

.opc-community-value.tcwf-section {
  padding-bottom: 0;
}

.opc-join-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
  color: #53627a;
}

.opc-join-more > a {
  min-height: 44px;
  color: var(--opc-blue);
  line-height: 44px;
}

.opc-legal-note {
  margin-top: 26px;
  padding: 16px 18px;
  border-left: 3px solid var(--opc-blue);
  color: #667085;
  background: #fff;
  line-height: 24px;
}

.opc-dialog {
  width: min(600px, calc(100vw - 40px));
  padding: 25px 25px 30px;
  border: 0;
  border-radius: 18px;
  color: #333;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 20, 58, 0.24);
}

.opc-dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.opc-dialog[open] {
  animation: opc-dialog-pop 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.opc-dialog[open]::backdrop {
  animation: opc-dialog-backdrop 160ms ease-out both;
}

.opc-page :is(button, a)[data-dialog-title] {
  transition: transform 120ms ease, filter 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

.opc-page :is(button, a)[data-dialog-title]:active {
  transform: translateY(1px) scale(0.98);
  filter: brightness(0.96);
}

@keyframes opc-dialog-pop {
  from { opacity: 0; transform: translateY(12px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes opc-dialog-backdrop {
  from { background: rgba(0, 0, 0, 0); }
  to { background: rgba(0, 0, 0, 0.5); }
}

.opc-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.opc-dialog__header h2 {
  margin: 0;
  color: #16181a;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.opc-dialog__close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.opc-dialog > p {
  margin: 24px 0 0;
  color: #53627a;
  font-size: 15px;
  line-height: 26px;
}

.opc-dialog__list {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  border-top: 1px solid #e2e6ed;
  list-style: none;
}

.opc-dialog__list[hidden] {
  display: none;
}

.opc-dialog__list li {
  padding: 11px 4px;
  border-bottom: 1px solid #e2e6ed;
  color: #273650;
  line-height: 22px;
}

.opc-dialog__notice {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding: 14px 16px;
  color: #53627a;
  background: #f5f7fa;
  line-height: 22px;
}

.opc-dialog__notice strong {
  color: var(--opc-blue);
}

.opc-dialog__footer {
  margin-top: 22px;
  text-align: center;
}

@media (max-width: 1100px) {
  .opc-primary-nav a:nth-last-child(-n + 2) {
    display: none;
  }

  .opc-community-podium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opc-community-card[data-podium] {
    grid-column: auto;
  }

  .opc-community-card[data-podium="none"] {
    display: block;
  }

  .opc-community-card[data-podium="filtered"] {
    display: block;
  }

  .opc-community-card[data-podium] .opc-community-card__media {
    height: 190px;
    min-height: 0;
  }

  .opc-community-card[data-podium="gold"] .opc-rank {
    grid-template-columns: 42px 22px auto;
  }

  .opc-community-card[data-podium="gold"] .opc-rank img {
    width: 42px;
    height: 42px;
  }

  .opc-community-runners .opc-community-card[data-podium="none"] {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .opc-expert-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opc-ranking,
  .opc-demand-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .opc-header .tcwf-static-header__inner {
    padding-inline: 16px;
  }

  .opc-brand {
    min-width: 0;
  }

  .opc-brand__name {
    font-size: 16px;
  }

  .opc-demo-pill {
    display: none;
  }

  .opc-header-tools {
    display: none;
  }

  .opc-primary-nav a:nth-last-child(-n + 2) {
    display: flex;
  }

  .opc-hero {
    height: 248px;
  }

  .opc-hero__background {
    object-position: center;
  }

  .opc-hero__overlay {
    background: linear-gradient(90deg, rgba(0, 42, 110, 0.96), rgba(0, 69, 157, 0.82) 72%, rgba(0, 82, 217, 0.38));
  }

  .opc-hero__inner {
    padding-inline: 16px;
  }

  .opc-hero__copy {
    max-width: 510px;
  }

  .opc-hero__label,
  .opc-hero__notice {
    display: none;
  }

  .opc-hero__copy h1 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 34px;
  }

  .opc-hero__copy > p:not(.opc-hero__notice) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .opc-hero__actions {
    gap: 8px;
    margin-top: 16px;
  }

  .opc-hero__actions .tcwf-action {
    min-width: 104px;
    height: 44px;
  }

  .opc-hero-link {
    min-width: 88px;
    justify-content: center;
  }

  .opc-section-nav .tcwf-static-section-nav__inner {
    justify-content: flex-start;
  }

  .opc-heading-with-tools {
    display: grid;
    gap: 20px;
    text-align: center;
  }

  .opc-heading-with-tools .tcwf-section__description {
    margin-inline: auto;
  }

  .opc-filter-bar {
    width: 100%;
    justify-content: center;
  }

  .opc-filter-bar label {
    flex: 1;
    max-width: 220px;
    text-align: left;
  }

  .opc-filter-bar select {
    width: 100%;
    min-width: 0;
  }

  .opc-community-podium,
  .opc-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opc-community-runners {
    padding: 16px;
  }

  .opc-community-runners__header {
    align-items: flex-end;
  }

  .opc-community-runners__meta > span {
    display: none;
  }

  .opc-community-runners .opc-community-card[data-podium="none"] {
    --tcwf-event-card-width: 276px;
    flex-basis: 276px;
  }

  .opc-event-slide {
    min-height: 470px;
    grid-template-columns: 1fr;
  }

  .opc-event-slide > img {
    height: 220px;
    min-height: 220px;
  }

  .opc-event-slide > div {
    min-height: 250px;
    justify-content: flex-start;
    padding: 24px 24px 76px;
  }

  .opc-event-slide h3 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .opc-event__controls {
    right: 20px;
    bottom: 18px;
    left: 20px;
    justify-content: center;
  }

  .opc-event__controls > button {
    display: none;
  }

  .opc-resource-desktop {
    display: none;
  }

  .opc-resource-mobile {
    display: block;
    margin-inline: -16px;
  }

  .opc-resource-mobile .tcwf-accordion__trigger {
    min-height: 52px;
  }

  .opc-resource-mobile .tcwf-accordion__panel {
    padding: 0 20px 20px;
    color: #667085;
    line-height: 24px;
  }

  .opc-expert-library {
    padding: 22px;
  }

  .opc-subsection-heading {
    align-items: flex-start;
  }

  .opc-heat-layout {
    grid-template-columns: 1fr;
  }

  .opc-my-heat {
    position: static;
    order: -1;
  }

  .opc-demand-layout {
    grid-template-columns: 1fr;
  }

  .opc-demand-sidebar {
    position: static;
    order: -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opc-summit,
  .opc-summit__inner {
    min-height: 260px;
  }

  .opc-summit > img {
    opacity: 0.48;
  }

  .opc-join-more {
    flex-wrap: wrap;
  }
}

/* v1.2.1 corrections: exact light hero and rank surfaces follow live sort order. */
.opc-hero {
  height: 520px;
  color: #1f2a44;
  background:
    radial-gradient(circle at 88% 8%, rgba(38, 112, 232, 0.13), transparent 34%),
    linear-gradient(135deg, #f4f8ff 0%, #e8f0ff 100%);
}

.opc-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 82, 217, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 82, 217, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 55%);
  pointer-events: none;
}

.opc-hero__inner {
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 64px;
}

.opc-hero__label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 16px;
  color: #0052d9;
  border: 1px solid #cfe0fa;
  border-radius: 18px;
  background: #eaf2ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.opc-hero__copy h1 {
  margin: 24px 0 24px;
  color: #17223a;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.18;
}

.opc-hero__copy h1 span {
  margin-top: 10px;
  color: #0052d9;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.18;
}

.opc-hero__copy > p:not(.opc-hero__notice) {
  color: #5b6b84;
  font-size: 20px;
  line-height: 32px;
}

.opc-hero-party.tcwf-type-card {
  border-color: #dbe4f2;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(25, 67, 125, 0.09);
}

.opc-hero-party.tcwf-type-card:hover {
  border-color: #9fc2ff;
  box-shadow: 0 16px 36px rgba(25, 67, 125, 0.14);
}

.opc-ranking .opc-rank-card[data-rank-tone="gold"] {
  border-top-color: #d5a72f;
  background: linear-gradient(180deg, #fff8e8 0%, #f7f9fc 46%, #f7f9fc 100%);
}

.opc-ranking .opc-rank-card[data-rank-tone="silver"] {
  border-top-color: #87a1c7;
  background: linear-gradient(180deg, #eef4ff 0%, #f5f8fc 46%, #f5f8fc 100%);
}

.opc-ranking .opc-rank-card[data-rank-tone="orange"] {
  border-top-color: #df8d50;
  background: linear-gradient(180deg, #fff3e9 0%, #f8f8fa 46%, #f8f8fa 100%);
}

.opc-ranking .opc-rank-card[data-rank-tone="cool"] {
  border-top-color: #b8c8dc;
  background: linear-gradient(180deg, #edf3fa 0%, #f5f8fc 46%, #f5f8fc 100%);
}

.opc-ranking .opc-rank-card[data-rank-tone] .opc-project-item {
  background: rgba(255, 255, 255, 0.96);
}

.opc-ranking .opc-rank-card[data-rank-tone="gold"] .opc-rank-number {
  color: #8a5b00;
  background: #ffe7a2;
}

.opc-ranking .opc-rank-card[data-rank-tone="silver"] .opc-rank-number {
  color: #315eaa;
  background: #dce9ff;
}

.opc-ranking .opc-rank-card[data-rank-tone="orange"] .opc-rank-number {
  color: #9a4d18;
  background: #ffe0c7;
}

.opc-ranking .opc-rank-card[data-rank-tone="cool"] .opc-rank-number {
  color: #53627a;
  background: #e2eaf4;
}

.opc-heat-value {
  display: none;
}

.opc-project-item:has(em[data-status="developing"]) {
  border-left-color: #4f8fe9;
}

.opc-project-item:has(em[data-status="launched"]),
.opc-project-item:has(em[data-status="profitable"]) {
  border-left-color: #2e9b70;
}

.opc-project-item:has(em[data-status="testing"]) {
  border-left-color: #8c6dd7;
}

.opc-my-heat {
  background: linear-gradient(145deg, #f7faff 0%, #eaf3ff 100%);
}

@media (max-width: 1100px) {
  .opc-hero__inner {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 36px;
  }

  .opc-hero__copy h1,
  .opc-hero__copy h1 span {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .opc-hero {
    min-height: 720px;
  }

  .opc-hero__copy h1,
  .opc-hero__copy h1 span {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .opc-community-podium,
  .opc-news-grid {
    grid-template-columns: 1fr;
  }

  .opc-community-runners {
    margin-inline: -16px;
    padding-inline: 16px;
    border-right: 0;
    border-left: 0;
  }

  .opc-community-runners .opc-community-card[data-podium="none"] {
    --tcwf-event-card-width: 260px;
    flex-basis: 260px;
  }

  .opc-community-card h3,
  .opc-community-card__body > p:not(.opc-community-card__meta),
  .opc-news-grid h3,
  .opc-news-grid p {
    min-height: 0;
  }

  .opc-community-card[data-podium] .opc-community-card__media {
    height: 210px;
  }

  .opc-community-card[data-podium="gold"] .opc-vip-mark {
    display: none;
  }

  .opc-filter-bar {
    align-items: stretch;
  }

  .opc-expert-library {
    margin-inline: -16px;
    padding: 20px 16px;
  }

  .opc-subsection-heading {
    display: grid;
  }

  .opc-expert-page__grid {
    grid-template-columns: 1fr;
  }

  .opc-expert-card {
    min-height: 370px;
    padding: 18px;
  }

  .opc-course-heading {
    align-items: flex-start;
  }

  .opc-course-heading > a {
    display: none;
  }

  .opc-project-filters {
    margin-inline: -4px;
  }

  .opc-rank-card {
    min-height: 402px;
    padding: 16px;
  }

  .opc-rank-card__header {
    grid-template-columns: 26px 48px minmax(0, 1fr);
  }

  .opc-rank-card__header > img {
    width: 48px;
    height: 48px;
  }

  .opc-rank-card__header .opc-heat-value {
    grid-column: 3;
    justify-self: start;
    font-size: 16px;
  }

  .opc-demand-sidebar {
    grid-template-columns: 1fr;
  }

  .opc-demand-card {
    min-height: 306px;
    padding: 18px;
  }

  .opc-event-slide {
    min-height: 500px;
  }

  .opc-event-slide > div {
    min-height: 280px;
  }

  .opc-join-more {
    display: grid;
    text-align: center;
  }

  .opc-dialog {
    padding: 22px 20px 26px;
  }
}

@media (hover: none) {
  .opc-community-card:hover,
  .opc-resource-card:hover {
    box-shadow: var(--tcwf-shadow-card);
  }

  .opc-community-card:hover .opc-community-card__media > img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .opc-community-card,
  .opc-community-card__media > img,
  .opc-community-runners__track,
  .opc-event-slide,
  .opc-resource-card {
    transition: none;
  }

  .opc-community-card[data-podium="gold"]::after {
    animation: none;
  }
}

/* v0.23 — two-tier OPC park showcase: equal flagship cards and compact selected communities. */
#community-grid-legacy {
  display: none !important;
}

.opc-community-showcase .opc-heading-with-tools {
  gap: 18px;
}

.opc-community-showcase .opc-heading-with-tools > div:first-child {
  max-width: 820px;
}

.opc-community-showcase .opc-filter-bar {
  align-items: end;
}

.opc-community-showcase .opc-more-parks {
  min-height: 44px;
  margin-left: 6px;
}

.opc-community-showcase .opc-community-grid {
  display: block;
  margin-top: 42px;
}

.opc-community-tier {
  min-width: 0;
}

.opc-community-tier + .opc-community-tier {
  margin-top: 34px;
}

.opc-community-tier__header,
.opc-community-tier__controls {
  display: flex;
  align-items: center;
}

.opc-community-tier__header {
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
  text-align: left;
}

.opc-community-tier__header > div:first-child > span,
.opc-community-runners__header > div:first-child > span {
  display: block;
  color: #637083;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.12em;
}

.opc-community-tier__header h3,
.opc-community-runners__header h3 {
  margin: 2px 0 0;
  color: #172b4d;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.opc-community-tier__header p,
.opc-community-runners__header p {
  margin: 4px 0 0;
  color: #6b778c;
  font-size: 13px;
  line-height: 22px;
}

.opc-community-tier__controls {
  flex: none;
  gap: 8px;
}

.opc-community-tier__controls > span,
.opc-community-runners__meta > span {
  min-width: 62px;
  color: #8a96a8;
  font-size: 12px;
  text-align: center;
}

.opc-community-tier__controls > span strong,
.opc-community-runners__meta > span strong {
  color: #0052d9;
  font-size: 18px;
}

.opc-community-tier__controls button,
.opc-community-runners__controls button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d5deea;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.opc-community-tier__controls button:hover,
.opc-community-runners__controls button:hover {
  border-color: #0052d9;
  background: #f2f7ff;
}

.opc-community-tier__controls button:disabled,
.opc-community-runners__controls button:disabled {
  cursor: default;
  opacity: 0.32;
}

.opc-community-flagship-viewport {
  overflow: hidden;
  outline: none;
}

.opc-community-flagship-viewport:focus-visible,
.opc-community-runners__viewport:focus-visible {
  outline: 2px solid #0052d9;
  outline-offset: 4px;
}

.opc-community-flagship-track {
  display: flex;
  gap: 18px;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}

.opc-community-card--flagship {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  min-height: 594px;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-top: 3px solid #3178c6;
  background: #fff;
  box-shadow: 0 6px 18px rgba(31, 55, 92, 0.08);
}

.opc-community-card--flagship[hidden],
.opc-community-card--selected[hidden] {
  display: none;
}

.opc-community-card--flagship .opc-community-card__media {
  height: 222px;
  min-height: 222px;
}

.opc-community-card--flagship .opc-community-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opc-community-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 12px;
  color: #0052d9;
  border: 1px solid rgba(0, 82, 217, 0.22);
  background: rgba(248, 251, 255, 0.96);
  box-shadow: 0 4px 14px rgba(18, 54, 102, 0.1);
  font-size: 13px;
  font-weight: 600;
}

.opc-community-card--flagship .opc-card-demo {
  top: 16px;
  right: 16px;
}

.opc-community-card--flagship .opc-community-card__body {
  min-height: 369px;
  padding: 22px 22px 20px;
}

.opc-community-card--flagship h3 {
  min-height: 54px;
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
}

.opc-community-card--flagship .opc-community-card__body > p:not(.opc-community-card__meta) {
  min-height: 48px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 24px;
}

.opc-community-card--flagship .opc-tags {
  align-content: flex-start;
  min-height: 112px;
  margin-top: 14px;
}

.opc-community-card--flagship .opc-card-footer {
  min-height: 46px;
}

.opc-community-card--black-gold {
  border-color: #b8974d;
  border-top-color: #d5b15b;
  background: #0b0c0d;
  box-shadow: 0 10px 28px rgba(41, 31, 6, 0.2);
}

.opc-community-card--black-gold .opc-community-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 5, 7, 0.08) 20%, rgba(7, 8, 9, 0.78) 100%);
  content: "";
  pointer-events: none;
}

.opc-community-card--black-gold .opc-community-card__media > img {
  filter: saturate(0.72) brightness(0.74) contrast(1.08);
}

.opc-black-gold-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: flex;
  min-width: 224px;
  align-items: center;
  gap: 13px;
  padding: 10px 16px 10px 12px;
  color: #f0d582;
  border: 1px solid rgba(218, 180, 84, 0.72);
  background: linear-gradient(90deg, rgba(6, 7, 9, 0.98), rgba(28, 27, 23, 0.94));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34), inset 0 0 20px rgba(226, 189, 89, 0.05);
}

.opc-black-gold-badge__shield {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #e7c565;
  border: 1px solid #a98b40;
  background: #101113;
  clip-path: polygon(50% 0, 94% 18%, 87% 78%, 50% 100%, 13% 78%, 6% 18%);
  font-size: 20px;
  text-shadow: 0 0 12px rgba(235, 203, 105, 0.5);
}

.opc-black-gold-badge > span:last-child {
  display: grid;
  gap: 2px;
}

.opc-black-gold-badge strong {
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}

.opc-black-gold-badge small {
  color: #c8aa5e;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.08em;
}

.opc-community-card--black-gold .opc-card-demo {
  z-index: 3;
  color: #f0d582;
  border-color: rgba(218, 180, 84, 0.52);
  background: rgba(7, 8, 10, 0.9);
}

.opc-community-card--black-gold .opc-community-card__body {
  color: #cec7b7;
  background: linear-gradient(150deg, #0a0b0d, #17140d 58%, #0b0c0e);
}

.opc-community-card--black-gold .opc-community-card__meta,
.opc-community-card--black-gold h3,
.opc-community-card--black-gold .opc-tags::before,
.opc-community-card--black-gold .opc-text-button,
.opc-community-card--black-gold .opc-community-footer-views strong {
  color: #ebcc76;
}

.opc-community-card--black-gold .opc-community-card__body > p:not(.opc-community-card__meta) {
  color: #c8c0b1;
}

.opc-community-card--black-gold .opc-tags li {
  color: #d8c287;
  border-color: rgba(214, 181, 99, 0.35);
  background: rgba(255, 224, 147, 0.05);
}

.opc-community-card--black-gold .opc-card-footer {
  border-top-color: rgba(214, 181, 99, 0.28);
}

.opc-community-card--black-gold .opc-community-footer-views small {
  color: #a99f86;
}

.opc-community-showcase .opc-community-runners {
  --tcwf-event-card-width: 286px;
  margin-top: 34px;
  padding: 20px;
  border: 1px solid #dce4ef;
  background: linear-gradient(100deg, #fff 0%, #f4f7fb 100%);
}

.opc-community-showcase .opc-community-runners__header {
  display: flex;
  justify-content: space-between;
  justify-items: initial;
  margin-bottom: 16px;
  text-align: left;
}

.opc-community-showcase .opc-community-runners__meta {
  gap: 12px;
}

.opc-community-showcase .opc-community-runners__viewport {
  min-height: 168px;
}

.opc-community-showcase .opc-community-runners__track {
  gap: 14px;
}

.opc-community-card--selected {
  flex: 0 0 286px;
  display: grid;
  min-height: 168px;
  grid-template-columns: 104px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dce4ef;
  background: #fff;
  box-shadow: none;
}

.opc-community-card--selected > img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

.opc-community-card--selected > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 13px 13px 11px;
}

.opc-community-card--selected > div > span {
  color: #0052d9;
  font-size: 10px;
  line-height: 18px;
}

.opc-community-card--selected h4 {
  min-height: 42px;
  margin: 3px 0 0;
  color: #21304a;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.opc-community-card--selected p {
  margin: 4px 0 0;
  color: #738096;
  font-size: 10px;
  line-height: 18px;
}

.opc-community-card--selected footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #e5eaf1;
}

.opc-community-card--selected footer strong {
  color: #5e6d84;
  font-size: 10px;
  font-weight: 500;
}

.opc-community-card--selected footer button {
  padding: 0;
  border: 0;
  color: #0052d9;
  background: transparent;
  font-size: 11px;
  white-space: nowrap;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .opc-community-flagship-track,
  .opc-community-runners__track {
    transition: none;
  }
}

/* Softer neighbour-card preview: narrow black-gold slivers blend into the section background. */
.opc-community-flagship-frame {
  margin-inline: -34px;
  padding-inline: 34px;
}

.opc-community-flagship-side {
  top: 10px;
  bottom: 10px;
  width: 50px;
  overflow: visible;
  border-block: 1px solid rgba(187, 151, 68, 0.28);
  opacity: 0.78;
  filter: saturate(0.6) brightness(0.62);
}

.opc-community-flagship-side::before {
  background: linear-gradient(90deg, rgba(241, 245, 251, 0.96), rgba(214, 217, 215, 0.38) 36%, rgba(15, 14, 11, 0.42) 100%);
}

.opc-community-flagship-side--next::before {
  background: linear-gradient(90deg, rgba(15, 14, 11, 0.42), rgba(214, 217, 215, 0.38) 64%, rgba(241, 245, 251, 0.96) 100%);
  transform: none;
}

.opc-community-flagship-side > span {
  width: 42px;
  height: 42px;
  border-color: rgba(199, 166, 87, 0.72);
  background: rgba(13, 14, 15, 0.94);
  box-shadow: 0 6px 18px rgba(13, 21, 34, 0.2), 0 0 0 4px rgba(242, 245, 249, 0.72);
  filter: none;
  opacity: 1;
}

.opc-community-flagship-side > span img {
  filter: sepia(0.65) saturate(1.3) brightness(1.7);
}

.opc-community-flagship-side--prev > span {
  left: 24px;
}

.opc-community-flagship-side--next > span {
  right: 24px;
}

.opc-community-flagship-side:hover {
  opacity: 0.94;
}

.opc-community-flagship-side:hover > span {
  border-color: #e2c36e;
  background: #12110e;
}

/* v0.22 desktop refinement: official brand lockup and partner-resource badge. */
@media (min-width: 1100px) {
  .opc-header .tcwf-static-header__inner {
    display: grid;
    width: min(100%, 1440px);
    grid-template-columns: 290px minmax(560px, 1fr) 290px;
    align-items: center;
    gap: 10px;
  }

  .opc-brand {
    min-width: 0;
    justify-self: start;
  }

  .opc-primary-nav {
    justify-self: center;
  }

  .opc-header-tools {
    min-width: 0;
    justify-self: end;
  }
}

.opc-brand__logo {
  display: block;
  width: 29px;
  height: 20px;
  flex: 0 0 auto;
}

.opc-brand__name {
  color: #16233f;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.opc-tags .opc-workbuddy-community {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #087f73;
  border-color: rgba(19, 180, 150, 0.36);
  background: rgba(17, 196, 163, 0.1);
  font-weight: 600;
}

.opc-tags .opc-workbuddy-community img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.opc-community-card[data-podium="gold"] .opc-tags .opc-workbuddy-community {
  color: #8bf0d6;
  border-color: rgba(77, 224, 190, 0.38);
  background: rgba(13, 177, 147, 0.12);
}

/* v0.19.1 — centered WorkBuddy hero with compact three-role entry band. */
.opc-solution-hero--workbuddy {
  height: 620px;
  min-height: 620px;
  background: #031b48;
}

.opc-solution-hero--workbuddy::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(1, 15, 45, 0.74) 0%, rgba(0, 35, 88, 0.70) 48%, rgba(0, 16, 48, 0.90) 100%),
    linear-gradient(90deg, rgba(0, 31, 84, 0.68) 0%, rgba(0, 72, 155, 0.38) 52%, rgba(0, 26, 70, 0.62) 100%);
}

.opc-solution-hero--workbuddy .tcwf-static-hero__background {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: center 48%;
}

.opc-solution-hero--workbuddy .tcwf-solution-hero__inner {
  z-index: 2;
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 54px var(--tcwf-gutter) 30px;
}

.opc-solution-hero--workbuddy .tcwf-solution-hero__copy {
  width: 100%;
  max-width: 1040px;
  text-align: center;
}

.opc-solution-hero--workbuddy .tcwf-solution-hero__copy h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 18px rgba(0, 18, 56, 0.34);
}

.opc-solution-hero--workbuddy .opc-solution-hero__copy {
  margin-top: 18px;
}

.opc-solution-hero--workbuddy .opc-solution-hero__copy strong {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.opc-solution-hero--workbuddy .opc-solution-hero__copy > span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 28px;
}

.opc-solution-hero--workbuddy .opc-hero-entry-grid {
  display: grid;
  width: min(1140px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: center;
  gap: 14px;
  margin-top: auto;
}

.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature {
  display: grid;
  min-height: 126px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(212, 225, 245, 0.92);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 26px rgba(0, 18, 55, 0.22);
}

.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature:hover {
  border-color: #8db5ef;
  box-shadow: 0 12px 30px rgba(0, 38, 104, 0.28);
  transform: translateY(-2px);
}

.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

.opc-solution-hero--workbuddy .opc-hero-entry__copy {
  min-width: 0;
}

.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__title {
  margin: 0;
  color: #17233d;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__description {
  display: block;
  min-height: 0;
  margin: 3px 0 0;
  overflow: visible;
  color: #4c5d75;
  font-size: 14px;
  line-height: 22px;
  -webkit-line-clamp: initial;
}

.opc-solution-hero--workbuddy .opc-hero-entry__action {
  display: flex;
  min-width: 94px;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-align: right;
}

.opc-solution-hero--workbuddy .opc-hero-entry__action > span {
  color: #66758c;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}

.opc-solution-hero--workbuddy .opc-hero-entry__action .tcwf-text-link {
  min-height: 24px;
  margin: 0;
  color: #0052d9;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}

.opc-my-heat__summary {
  padding-bottom: 16px;
  border-bottom: 1px solid #dfe7f2;
  font-size: 12px;
}

.opc-my-heat__summary + ul {
  margin-top: 0;
  border-top: 0;
}

/* v1.2 emergency layout overrides — desktop-first review build */

/* Hero: fixed copy on the left, three participation routes stacked on the right. */
.opc-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 72px;
}

.opc-hero__copy {
  max-width: 620px;
}

.opc-hero__copy h1 span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.opc-hero-parties {
  display: grid;
  width: 100%;
  gap: 10px;
  align-content: center;
}

.opc-hero-party.tcwf-type-card {
  display: grid;
  min-height: 108px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(0, 28, 72, 0.2);
  transition: border-color 180ms linear, box-shadow 180ms linear, transform 180ms linear;
}

.opc-hero-party.tcwf-type-card:hover {
  border-color: #9bc1ff;
  box-shadow: 0 12px 28px rgba(0, 30, 82, 0.28);
  transform: translateX(-4px);
}

.opc-hero-party > img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.opc-hero-party > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.opc-hero-party > div span {
  color: var(--opc-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.opc-hero-party > div strong {
  color: #1f2a44;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.opc-hero-party > button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  color: var(--opc-blue);
  background: transparent;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
}

.opc-hero-party > button img {
  width: 14px;
  height: 14px;
}

/* Featured communities: remove duplicated metadata/heat and let views sit with body content. */
.opc-community-card .opc-community-card__meta,
.opc-community-card .opc-card-footer > span:first-child {
  display: none;
}

.opc-community-card .opc-card-footer {
  justify-content: flex-end;
}

.opc-community-card__media {
  overflow: visible;
}

.opc-community-card__media > img {
  clip-path: inset(0);
}

.opc-community-card__body {
  padding-top: 54px;
}

.opc-community-card .opc-community-views,
.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-views {
  right: 20px;
  bottom: -42px;
  left: auto;
  gap: 6px;
  padding: 10px 0;
  color: #53627a;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.opc-community-card .opc-community-views img,
.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-views img {
  width: 18px;
  height: 18px;
  filter: none;
}

.opc-community-card .opc-community-views strong,
.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-views strong {
  color: var(--opc-blue);
  font-size: 17px;
}

.opc-community-card .opc-community-views small,
.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-views small {
  color: #98a2b3;
  font-size: 10px;
}

.opc-community-card[data-podium="gold"] .opc-community-views strong {
  color: #edca70;
}

.opc-community-card[data-podium="gold"] .opc-community-views small {
  color: #a89d83;
}

/* Expert library: keep specialty and location as two readable labels; allow a fuller bio. */
.opc-expert-card {
  min-height: 398px;
}

.opc-expert-tags {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
  flex-wrap: wrap;
}

.opc-expert-card__identity .opc-expert-tags > span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 1px 7px;
  color: #175cd3;
  border: 1px solid #cfe0fa;
  background: #eef5ff;
  font-size: 11px;
  line-height: 18px;
}

.opc-expert-card__identity .opc-expert-tags > .opc-expert-location {
  display: inline-flex;
  margin-top: 0;
  color: #53627a;
  border-color: #dfe5ee;
  background: #f6f8fb;
}

.opc-expert-card__identity .opc-expert-tags > .opc-expert-location::before {
  margin-right: 4px;
  color: #7c8798;
  content: "●";
  font-size: 6px;
}

.opc-expert-card__intro {
  min-height: 96px;
  -webkit-line-clamp: 4;
}

/* Activities: a real three-card browse area with its own filtering header. */
.opc-activity-hub {
  margin-top: 48px;
  padding-top: 42px;
  border-top: 1px solid #dce2eb;
}

.opc-activity-heading {
  margin-top: 0;
  align-items: flex-end;
}

.opc-activity-heading p,
.opc-course-heading p {
  margin: 5px 0 0;
  color: #667085;
  line-height: 24px;
}

.opc-activity-heading .opc-filter-bar {
  flex: 0 0 auto;
  margin: 0;
}

.opc-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.opc-activity-card.tcwf-event__slide {
  position: relative;
  display: grid;
  width: auto;
  min-height: 486px;
  grid-template-rows: 176px minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--opc-border);
  background: #fff;
  box-shadow: var(--tcwf-shadow-card);
  opacity: 1;
  transform: none;
}

.opc-activity-card[hidden] {
  display: none;
}

.opc-activity-card > img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  transition: transform 260ms var(--tcwf-ease-enter);
}

.opc-activity-card:hover > img {
  transform: scale(1.025);
}

.opc-activity-card > div {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 20px;
}

.opc-activity-card > div > span {
  color: var(--opc-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.opc-activity-card h4 {
  min-height: 56px;
  margin: 7px 0 0;
  color: #1f2a44;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.opc-activity-card p {
  min-height: 48px;
  margin: 9px 0 0;
  color: #667085;
  line-height: 24px;
}

.opc-activity-card dl {
  display: grid;
  gap: 7px;
  margin: 16px 0 18px;
  padding: 12px 0;
  border-block: 1px solid #edf0f4;
}

.opc-activity-card dl > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px;
  color: #53627a;
  font-size: 12px;
  line-height: 20px;
}

.opc-activity-card dt,
.opc-activity-card dd {
  margin: 0;
}

.opc-activity-card dt {
  color: #98a2b3;
}

.opc-activity-card .tcwf-action {
  align-self: flex-start;
  margin-top: auto;
}

.opc-activity-more {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 16px;
}

.opc-activity-more .tcwf-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 4px;
}

/* Course and exam portals: each entry behaves as a compact list row, not a one-off card. */
.opc-course-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.opc-resource-card--portal .opc-resource-card__body {
  display: flex;
  min-height: 430px;
  flex-direction: column;
}

.opc-resource-card--portal .opc-resource-card__body > p {
  min-height: 48px;
}

.opc-resource-portal-list {
  margin-top: 16px;
}

.opc-resource-portal-list button {
  display: grid;
  min-height: 64px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.opc-resource-portal-list button::after {
  display: none;
}

.opc-resource-portal-list button > span {
  display: grid;
  min-width: 0;
  gap: 2px;
  margin: 0;
}

.opc-resource-portal-list button strong {
  overflow: hidden;
  color: #293957;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-resource-portal-list button small {
  color: #98a2b3;
  font-size: 11px;
  line-height: 18px;
}

.opc-resource-portal-list button em {
  min-width: 66px;
  padding: 4px 8px;
  color: var(--opc-blue);
  border: 1px solid #cfe0fa;
  background: #f3f7fd;
  font-size: 11px;
  font-style: normal;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

.opc-resource-portal-list button:hover em {
  color: #fff;
  border-color: var(--opc-blue);
  background: var(--opc-blue);
}

.opc-resource-card--portal .opc-resource-action {
  align-self: flex-start;
  margin-top: auto;
}

/* Heat leaderboard: three visible tiers plus clearer project-state surfaces. */
.opc-ranking .opc-rank-card {
  position: relative;
  overflow: hidden;
  border-top-width: 3px;
}

.opc-ranking .opc-rank-card:nth-child(-n + 2) {
  border-top-color: #7994bf;
  background: linear-gradient(180deg, #eef4ff 0, #fff 42%);
}

.opc-ranking .opc-rank-card:nth-child(n + 3):nth-child(-n + 5) {
  border-top-color: #c8a15d;
  background: linear-gradient(180deg, #fff8e9 0, #fff 42%);
}

.opc-ranking .opc-rank-card:nth-child(n + 6) {
  border-top-color: #a9b2c0;
  background: linear-gradient(180deg, #f4f6f9 0, #fff 42%);
}

.opc-ranking .opc-rank-card:nth-child(-n + 2) .opc-rank-number {
  color: #315eaa;
  background: #dce9ff;
}

.opc-ranking .opc-rank-card:nth-child(n + 3):nth-child(-n + 5) .opc-rank-number {
  color: #8b5c18;
  background: #fff0c8;
}

.opc-ranking .opc-rank-card:nth-child(n + 6) .opc-rank-number {
  color: #5f6b7a;
  background: #e8ebf0;
}

.opc-ranking .opc-rank-number {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
}

.opc-ranking .opc-heat-value::after {
  margin-left: 3px;
  color: #98a2b3;
  content: "热力";
  font-size: 9px;
  font-weight: 400;
}

.opc-project-item {
  border-left-width: 3px;
}

.opc-project-item:has(em[data-status="idea"]) {
  border-left-color: #d2ae55;
  background: #fffdf6;
}

.opc-project-item:has(em[data-status="progress"]) {
  border-left-color: #4f8fe9;
  background: #f7faff;
}

.opc-project-item:has(em[data-status="collab"]) {
  border-left-color: #36a276;
  background: #f6fcf9;
}

.opc-project-item em::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  vertical-align: middle;
}

/* Final value exchange: government/park, OPC and enterprise on one row. */
.opc-join-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.opc-value-card.tcwf-type-card,
.opc-value-card .tcwf-type-card__content {
  min-height: 370px;
}

.opc-value-card .tcwf-type-card__content {
  padding: 26px 24px;
}

.opc-value-card .tcwf-type-card__heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.opc-value-card .tcwf-type-card__title {
  font-size: 21px;
  line-height: 31px;
}

.opc-value-card .tcwf-type-card__description {
  max-width: none;
  margin-top: 18px;
  font-size: 14px;
  line-height: 24px;
}

.opc-value-tags {
  margin-top: 20px;
}

.opc-value-card--placeholder {
  border-style: dashed;
  background: #f7faff;
}

.opc-community-value {
  display: none;
}

@media (max-width: 1100px) {
  .opc-hero__inner {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px;
  }

  .opc-hero__copy h1 {
    font-size: 40px;
  }

  .opc-hero-party.tcwf-type-card {
    min-height: 104px;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px;
  }

  .opc-hero-party > img {
    width: 40px;
    height: 40px;
  }

  .opc-hero-party > button {
    grid-column: 2;
    min-height: 28px;
  }

  .opc-expert-page__grid,
  .opc-activity-grid,
  .opc-course-grid,
  .opc-ranking,
  .opc-join-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opc-heat-layout {
    grid-template-columns: 1fr;
  }

  .opc-my-heat {
    position: static;
  }

  .opc-course-grid > :last-child,
  .opc-join-grid > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .opc-hero {
    height: auto;
    min-height: 680px;
  }

  .opc-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 44px;
  }

  .opc-hero__copy h1 {
    font-size: 34px;
  }

  .opc-hero__copy h1 span {
    font-size: 17px;
  }

  .opc-hero-party.tcwf-type-card {
    grid-template-columns: 40px minmax(0, 1fr) auto;
  }

  .opc-hero-party > button {
    grid-column: auto;
  }

  .opc-heading-with-tools,
  .opc-subsection-heading,
  .opc-course-heading,
  .opc-activity-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .opc-activity-heading .opc-filter-bar {
    width: 100%;
  }

  .opc-expert-page__grid,
  .opc-activity-grid,
  .opc-course-grid,
  .opc-ranking,
  .opc-join-grid {
    grid-template-columns: 1fr;
  }

  .opc-course-grid > :last-child,
  .opc-join-grid > :last-child {
    grid-column: auto;
  }

  .opc-activity-card.tcwf-event__slide {
    min-height: 0;
  }

  .opc-value-card.tcwf-type-card,
  .opc-value-card .tcwf-type-card__content {
    min-height: 340px;
  }
}

/* Final cascade for v1.2.1; placed after emergency compatibility rules. */
.opc-hero {
  height: 520px;
  color: #1f2a44;
  background: radial-gradient(circle at 88% 8%, rgba(38, 112, 232, 0.13), transparent 34%), linear-gradient(135deg, #f4f8ff 0%, #e8f0ff 100%);
}

.opc-hero__inner {
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 64px;
}

.opc-hero__label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 16px;
  color: #0052d9;
  border: 1px solid #cfe0fa;
  border-radius: 18px;
  background: #eaf2ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.opc-hero__copy h1 {
  margin: 24px 0;
  color: #17223a;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.18;
}

.opc-hero__copy h1 span {
  margin-top: 10px;
  color: #0052d9;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.18;
}

.opc-hero__copy > p:not(.opc-hero__notice) {
  color: #5b6b84;
  font-size: 20px;
  line-height: 32px;
}

.opc-hero-party.tcwf-type-card {
  border-color: #dbe4f2;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(25, 67, 125, 0.09);
}

.opc-ranking .opc-rank-card[data-rank-tone="gold"] {
  border-top-color: #d5a72f;
  background: linear-gradient(180deg, #fff8e8 0%, #f8f9fc 46%);
}

.opc-ranking .opc-rank-card[data-rank-tone="silver"] {
  border-top-color: #87a1c7;
  background: linear-gradient(180deg, #eef4ff 0%, #f5f8fc 46%);
}

.opc-ranking .opc-rank-card[data-rank-tone="orange"] {
  border-top-color: #df8d50;
  background: linear-gradient(180deg, #fff3e9 0%, #f8f8fa 46%);
}

/* v0.14.0 — strict Tencent Cloud first fold. */
.opc-solution-hero .tcwf-solution-hero__copy h1 > span {
  display: block;
}

.opc-solution-hero__copy strong,
.opc-solution-hero__copy > span {
  display: block;
}

.opc-solution-hero__copy strong {
  color: #293957;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.opc-solution-hero__copy > span {
  margin-top: 8px;
  color: #66758c;
}

.opc-community-card .opc-card-footer > span.opc-community-footer-views {
  display: inline-flex;
}

.opc-ranking .opc-rank-card[data-rank-tone="cool"] {
  border-top-color: #b8c8dc;
  background: linear-gradient(180deg, #edf3fa 0%, #f5f8fc 46%);
}

.opc-ranking .opc-rank-card[data-rank-tone] .opc-project-item {
  background: rgba(255, 255, 255, 0.98);
}

.opc-ranking .opc-rank-card[data-rank-tone="gold"] .opc-rank-number { color: #8a5b00; background: #ffe7a2; }
.opc-ranking .opc-rank-card[data-rank-tone="silver"] .opc-rank-number { color: #315eaa; background: #dce9ff; }
.opc-ranking .opc-rank-card[data-rank-tone="orange"] .opc-rank-number { color: #9a4d18; background: #ffe0c7; }
.opc-ranking .opc-rank-card[data-rank-tone="cool"] .opc-rank-number { color: #53627a; background: #e2eaf4; }
.opc-heat-value { display: none; }
.opc-project-item:has(em[data-status="developing"]) { border-left-color: #4f8fe9; }
.opc-project-item:has(em[data-status="launched"]),
.opc-project-item:has(em[data-status="profitable"]) { border-left-color: #2e9b70; }
.opc-project-item:has(em[data-status="testing"]) { border-left-color: #8c6dd7; }
.opc-my-heat { background: linear-gradient(145deg, #f7faff 0%, #eaf3ff 100%); }

@media (max-width: 1100px) {
  .opc-hero__inner { grid-template-columns: minmax(0, 1fr) 400px; gap: 36px; }
  .opc-hero__copy h1,
  .opc-hero__copy h1 span { font-size: 38px; }
}

@media (max-width: 768px) {
  .opc-hero { min-height: 720px; }
  .opc-hero__copy h1,
  .opc-hero__copy h1 span { font-size: 32px; }
}

/* Community reading count replaces the removed heat number in the real footer. */
.opc-community-card .opc-community-views {
  display: none;
}

.opc-community-card .opc-card-footer {
  justify-content: space-between;
}

.opc-community-card .opc-card-footer > .opc-community-footer-views {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #6b778c;
  font-size: 11px;
  white-space: nowrap;
}

.opc-community-footer-views img {
  width: 16px;
  height: 16px;
}

.opc-community-card .opc-community-footer-views strong {
  margin: 0;
  color: #0052d9;
  font-size: 15px;
}

.opc-community-card[data-podium="gold"] .opc-community-footer-views strong {
  color: #edca70;
}

.opc-community-card[data-podium="gold"] .opc-community-footer-views small {
  color: #a89d83;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-footer-views small {
  display: none;
}

.opc-community-runners .opc-community-card[data-podium="none"] .opc-community-footer-views strong {
  font-size: 12px;
}

/* v0.15.0 — business-photo Hero, embedded role entry, centered section rhythm and reading progress. */
.opc-solution-hero--business {
  height: 480px;
  background: #05245c;
}

.opc-solution-hero--business::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 21, 57, 0.97) 0%, rgba(3, 43, 98, 0.9) 48%, rgba(0, 82, 217, 0.62) 100%),
    linear-gradient(180deg, rgba(0, 35, 92, 0.08) 0%, rgba(0, 20, 54, 0.58) 100%);
}

.opc-solution-hero--business .tcwf-static-hero__background {
  left: 0;
  width: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: center 48%;
}

.opc-solution-hero--business .tcwf-solution-hero__inner {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 28px var(--tcwf-gutter) 20px;
}

.opc-solution-hero--business .tcwf-solution-hero__copy {
  width: min(760px, 72%);
}

.opc-solution-hero--business .tcwf-solution-hero__copy h1,
.opc-solution-hero--business .opc-solution-hero__copy strong {
  color: #fff;
}

.opc-solution-hero--business .opc-solution-hero__copy {
  margin-top: 12px;
}

.opc-solution-hero--business .opc-solution-hero__copy strong {
  font-size: 18px;
  line-height: 28px;
}

.opc-solution-hero--business .opc-solution-hero__copy > span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
}

.opc-hero-entry-grid {
  width: 100%;
  margin-top: auto;
}

.opc-hero-entry-grid .tcwf-solution-feature {
  background: rgba(255, 255, 255, 0.98);
}

.opc-solution-hero--business .opc-hero-entry-grid .tcwf-solution-feature__description {
  color: var(--tcwf-ink-500);
}

.opc-hero-entry-grid .tcwf-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 4px;
}

.opc-section-nav {
  position: sticky;
}

.opc-reading-progress {
  --opc-reading-progress: 0;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(0, 82, 217, 0.08);
  pointer-events: none;
}

.opc-reading-progress > span {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #0052d9 0%, #00a4ff 72%, #72d9ff 100%);
  box-shadow: 0 0 8px rgba(0, 164, 255, 0.48);
  transform: scaleX(var(--opc-reading-progress, 0));
  transform-origin: left center;
  transition: transform 120ms linear;
}

.opc-reading-progress > span::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.72) 50%, transparent 100%);
  content: "";
  transform: translateX(-100%);
  animation: opc-reading-scan 2.8s linear infinite;
}

#main-content > .tcwf-section > .tcwf-section__inner > .tcwf-section__header {
  text-align: center;
}

#main-content > .tcwf-section > .tcwf-section__inner > .tcwf-section__header.opc-heading-with-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

#main-content > .tcwf-section > .tcwf-section__inner > .tcwf-section__header .tcwf-section__description {
  margin-inline: auto;
}

#main-content > .tcwf-section > .tcwf-section__inner > .tcwf-section__header .opc-filter-bar {
  justify-content: center;
}

.opc-subsection-heading,
.opc-course-heading,
.opc-activity-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.opc-subsection-heading p,
.opc-course-heading p,
.opc-activity-heading p {
  margin-inline: auto;
}

.opc-activity-heading .opc-filter-bar {
  justify-content: center;
}

.opc-community-runners__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 10px;
  text-align: center;
}

#summit .tcwf-solution-cta__inner {
  justify-content: center;
}

#summit .tcwf-solution-cta__copy {
  max-width: 720px;
  text-align: center;
}

#summit .tcwf-solution-cta__actions {
  justify-content: center;
}

@keyframes opc-reading-scan {
  to { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .opc-reading-progress > span {
    transition: none;
  }

  .opc-reading-progress > span::after {
    animation: none;
  }
}

/* v0.16.0 — official AI tool list, annual summit conversion and three-party join entry. */
.opc-ai-tools {
  background:
    linear-gradient(180deg, rgba(238, 245, 255, 0.5) 0, rgba(255, 255, 255, 0) 240px),
    #fff;
}

.opc-ai-tool-grid {
  margin-top: 38px;
}

.opc-ai-tool-card.tcwf-related-product {
  display: flex;
  min-height: 196px;
  flex-direction: column;
  padding: 28px 30px 24px;
  border-color: #dce5f2;
  box-shadow: 0 8px 24px rgba(28, 73, 136, 0.05);
}

.opc-ai-tool-card .tcwf-related-product__heading {
  min-height: 32px;
  gap: 10px;
}

.opc-ai-tool-card .tcwf-related-product__heading > img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.opc-ai-tool-card .tcwf-related-product__heading h3 {
  color: #17233d;
  font-size: 20px;
  line-height: 30px;
}

.opc-product-tag {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  margin-left: 4px;
  padding: 0 9px;
  color: #315eaa;
  border: 1px solid #c9daf5;
  background: #f3f7fd;
  font-size: 12px;
  line-height: 22px;
}

.opc-product-tag--new {
  color: #0b7a55;
  border-color: #bfe8d8;
  background: #effaf5;
}

.opc-ai-tool-card.tcwf-related-product p {
  margin-top: 16px;
  color: #53627a;
  font-size: 14px;
  line-height: 24px;
}

.opc-ai-tool-card__link {
  display: inline-flex;
  color: #0052d9;
  font-weight: 500;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
}

.opc-summit {
  min-height: 440px;
}

.opc-summit__inner {
  min-height: 440px;
}

#summit .opc-summit__copy {
  max-width: 860px;
}

#summit .opc-summit__copy h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 44px;
}

#summit .opc-summit__copy .opc-summit__meta {
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

#summit .opc-summit__copy .opc-summit__award {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
}

#summit .opc-summit__copy .opc-summit__nomination {
  max-width: 780px;
  margin: 6px auto 0;
  color: rgba(255, 255, 255, 0.68);
}

#summit .tcwf-action {
  display: inline-flex;
  min-width: 166px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#summit .tcwf-action--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.68);
}

#summit .tcwf-action--secondary:hover {
  border-color: #0052d9;
}

#summit .tcwf-action .tcwf-text-link__arrow {
  filter: brightness(0) invert(1);
}

.opc-value-section {
  padding-bottom: 0;
}

.opc-join-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.opc-join-feature.tcwf-type-card {
  min-height: 342px;
  border-color: #dce5f2;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 10px 28px rgba(28, 73, 136, 0.06);
}

.opc-join-feature__content {
  display: flex;
  min-width: 0;
  min-height: 342px;
  flex-direction: column;
  padding: 30px 28px 26px;
}

.opc-join-feature__identity {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.opc-join-feature__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}

.opc-join-role {
  display: inline-flex;
  align-self: flex-start;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  color: #0052d9;
  border: 1px solid #c7daf8;
  background: #eef5ff;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.opc-join-feature .tcwf-type-card__title {
  min-height: 62px;
  overflow: visible;
  color: #17233d;
  font-size: 20px;
  line-height: 31px;
  text-overflow: clip;
  white-space: normal;
}

.opc-join-feature ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  color: #53627a;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
}

.opc-join-feature li {
  position: relative;
  padding-left: 15px;
}

.opc-join-feature li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0052d9;
  content: "";
}

.opc-join-feature__action {
  display: inline-flex;
  align-self: flex-start;
  color: #0052d9;
  font-weight: 500;
}

.opc-join-feature .tcwf-type-card__actions {
  margin-top: auto;
  padding-top: 22px;
}

.opc-community-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding: 24px 0 30px;
  color: #7a879b;
  border-top: 1px solid #dce5f2;
  font-size: 12px;
  line-height: 20px;
}

/* v0.18.0 — partner-page Hero geometry, continuous news rail and HotProductGroups. */
.opc-header .tcwf-static-header__inner {
  padding-inline: 20px;
}

.opc-header-search {
  display: flex;
  height: 36px;
  align-items: center;
  margin-left: auto;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}

.opc-header-search label {
  margin-right: 8px;
}

.opc-header-search input {
  width: 170px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #9ba6b7;
  border-radius: 0;
  color: #16181a;
  background: #fff;
  font: inherit;
  outline: 0;
}

.opc-header-search input:focus-visible {
  border-color: #0052d9;
  box-shadow: inset 0 0 0 1px #0052d9;
}

.opc-header-search .opc-icon-link {
  width: 44px;
  height: 44px;
}

.opc-solution-hero--business::after {
  background:
    linear-gradient(90deg, rgba(2, 24, 62, 0.95) 0%, rgba(3, 48, 105, 0.84) 41%, rgba(0, 75, 170, 0.38) 68%, rgba(0, 82, 217, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 35, 92, 0.04) 0%, rgba(0, 20, 54, 0.42) 100%);
}

.opc-solution-hero--business .tcwf-static-hero__background {
  object-position: left top;
}

.opc-solution-hero--business .tcwf-solution-hero__inner {
  padding: 42px var(--tcwf-gutter) 20px;
}

.opc-solution-hero--business .tcwf-solution-hero__copy {
  width: min(720px, 64%);
}

.opc-solution-hero--business .tcwf-solution-hero__copy h1 {
  max-width: 720px;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.02em;
}

.opc-solution-hero--business .opc-solution-hero__copy {
  margin-top: 10px;
}

.opc-solution-hero--business .opc-solution-hero__copy strong {
  font-size: 18px;
  line-height: 28px;
}

.opc-solution-hero--business .opc-solution-hero__copy > span {
  margin-top: 2px;
  font-size: 14px;
  line-height: 24px;
}

.opc-hero-entry-grid {
  width: min(1040px, 100%);
  align-self: center;
  gap: 14px;
}

.opc-hero-entry-grid .tcwf-solution-feature {
  min-height: 126px;
  gap: 14px;
  padding: 14px 16px;
  border-color: rgba(215, 226, 240, 0.88);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 6px 18px rgba(0, 26, 73, 0.12);
}

.opc-hero-entry-grid .tcwf-solution-feature__icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.opc-hero-entry-grid .tcwf-solution-feature > div {
  min-width: 0;
}

.opc-hero-entry-grid .tcwf-solution-feature__title {
  font-size: 16px;
  line-height: 24px;
}

.opc-solution-hero--business .opc-hero-entry-grid .tcwf-solution-feature__description {
  display: -webkit-box;
  min-height: 40px;
  margin-top: 2px;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opc-hero-entry-grid .tcwf-text-link {
  min-height: 26px;
  margin-top: 0;
  font-size: 13px;
  line-height: 20px;
}

.opc-hero-entry-grid .tcwf-text-link__arrow {
  width: 14px;
  height: 14px;
}

.opc-news-feature {
  overflow: hidden;
  border: 1px solid #e5e8ed;
  background: #f5f7fa;
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
}

.opc-event-slide--static {
  position: relative;
  display: grid;
  min-height: 330px;
  grid-template-columns: minmax(320px, 48%) 1fr;
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.opc-news-marquee {
  width: 100vw;
  margin-top: 20px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.opc-news-marquee__viewport {
  overflow: hidden;
  outline-offset: -3px;
}

.opc-news-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: opc-news-marquee-right 28s linear infinite;
}

.opc-news-marquee[data-paused="true"] .opc-news-marquee__track,
.opc-news-marquee:hover .opc-news-marquee__track,
.opc-news-marquee:focus-within .opc-news-marquee__track {
  animation-play-state: paused;
}

.opc-news-marquee .opc-news-grid {
  width: 1600px;
  flex: 0 0 1600px;
  grid-template-columns: repeat(4, 380px);
  gap: 20px;
  margin: 0;
  padding-right: 20px;
  box-sizing: border-box;
}

.opc-news-marquee .opc-news-grid article {
  min-height: 212px;
  padding: 22px 24px;
  transition: border-color 180ms linear, box-shadow 180ms linear;
}

.opc-news-marquee .opc-news-grid article:hover {
  border-color: #b9cceb;
  box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
}

.opc-news-marquee .opc-news-grid h3 {
  min-height: 56px;
  font-size: 18px;
}

@keyframes opc-news-marquee-right {
  from { transform: translate3d(-1600px, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.opc-ai-tool-groups {
  margin-top: 40px;
}

.opc-product-card__identity {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 12px;
}

.opc-product-card__identity > img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  object-fit: contain;
}

.opc-product-card__identity > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.opc-product-card__identity .opc-product-tag {
  margin-left: 0;
}

.opc-ai-tool-card .tcwf-product-card__traits {
  align-content: start;
  min-height: 125px;
  margin-top: 14px;
}

.opc-ai-tool-card .tcwf-product-card__actions {
  margin-top: 14px;
}

.opc-ai-tool-card .tcwf-action {
  min-width: 200px;
  min-height: 36px;
  height: 36px;
  padding: 0 16px;
  line-height: 34px;
}

@media (prefers-reduced-motion: reduce) {
  .opc-news-marquee__viewport {
    overflow-x: auto;
  }

  .opc-news-marquee__track {
    animation: none;
    transform: none;
  }

  .opc-news-marquee .opc-news-grid[aria-hidden="true"] {
    display: none;
  }
}

/* 创业者卡片保持同一视觉等级；顺序只表达当前筛选/排序结果。 */
.opc-ranking .opc-rank-card:nth-child(n),
.opc-ranking .opc-rank-card:nth-child(-n + 2),
.opc-ranking .opc-rank-card:nth-child(n + 3):nth-child(-n + 5),
.opc-ranking .opc-rank-card:nth-child(n + 6),
.opc-ranking .opc-rank-card[data-rank-tone] {
  border-top-color: #b8c8dc;
  background: linear-gradient(180deg, #f3f7fc 0%, #f8fafc 100%);
}

.opc-ranking .opc-rank-card:nth-child(n) .opc-rank-number,
.opc-ranking .opc-rank-card:nth-child(-n + 2) .opc-rank-number,
.opc-ranking .opc-rank-card:nth-child(n + 3):nth-child(-n + 5) .opc-rank-number,
.opc-ranking .opc-rank-card:nth-child(n + 6) .opc-rank-number,
.opc-ranking .opc-rank-card[data-rank-tone] .opc-rank-number {
  color: #315eaa;
  background: #e2ecfb;
}

.opc-ranking .opc-rank-card .opc-project-item {
  background: #fff;
}

/* Final hero cascade: source photo, centered proposition, three compact role entries. */
.opc-solution-hero.opc-solution-hero--workbuddy {
  height: 620px;
  min-height: 620px;
  background: #031b48;
}

.opc-solution-hero.opc-solution-hero--workbuddy::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(1, 15, 45, 0.74) 0%, rgba(0, 35, 88, 0.70) 48%, rgba(0, 16, 48, 0.90) 100%),
    linear-gradient(90deg, rgba(0, 31, 84, 0.68) 0%, rgba(0, 72, 155, 0.38) 52%, rgba(0, 26, 70, 0.62) 100%);
}

.opc-solution-hero.opc-solution-hero--workbuddy .tcwf-static-hero__background {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  object-position: center 48%;
}

.opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__inner {
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 54px var(--tcwf-gutter) 30px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy {
  width: 100%;
  max-width: 1040px;
  text-align: center;
}

.opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.025em;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy {
  margin-top: 18px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy strong {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy > span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 28px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid {
  display: grid;
  width: min(1140px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: center;
  gap: 14px;
  margin-top: auto;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature {
  display: grid;
  min-height: 126px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(212, 225, 245, 0.92);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 26px rgba(0, 18, 55, 0.22);
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__description {
  display: block;
  min-height: 0;
  margin: 3px 0 0;
  overflow: visible;
  -webkit-line-clamp: initial;
}

/* v0.21 desktop review: one sticky navigation, a deeper hero and manual activity paging. */
.opc-header.tcwf-static-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 5px 18px rgba(14, 42, 82, 0.08);
}

.opc-primary-nav a {
  min-height: 38px;
  align-self: center;
  padding: 0 15px;
  border-radius: 2px;
  line-height: 38px;
  transition: color 160ms linear, background 160ms linear, box-shadow 160ms linear;
}

.opc-primary-nav a:hover,
.opc-primary-nav a:focus-visible {
  color: #0052d9;
  background: #f0f6ff;
}

.opc-primary-nav a[aria-current="location"] {
  color: #0052d9;
  background: #eaf3ff;
  box-shadow: inset 0 -2px 0 #0052d9;
  font-weight: 600;
}

.opc-header .opc-reading-progress {
  bottom: -1px;
  height: 3px;
}

.opc-solution-hero.opc-solution-hero--workbuddy {
  height: 720px;
  min-height: 720px;
}

.opc-solution-hero.opc-solution-hero--workbuddy::after {
  background:
    radial-gradient(circle at 50% 22%, rgba(30, 116, 255, 0.27), transparent 38%),
    linear-gradient(180deg, rgba(1, 15, 45, 0.72) 0%, rgba(0, 35, 88, 0.72) 50%, rgba(0, 16, 48, 0.94) 100%),
    linear-gradient(90deg, rgba(0, 31, 84, 0.72) 0%, rgba(0, 72, 155, 0.34) 52%, rgba(0, 26, 70, 0.66) 100%);
}

.opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__inner {
  padding: 88px var(--tcwf-gutter) 38px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy {
  position: relative;
  max-width: 1160px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy::after {
  display: block;
  width: 112px;
  height: 2px;
  margin: 26px auto 0;
  background: linear-gradient(90deg, transparent, #49b7ff 35%, #77dcff 65%, transparent);
  box-shadow: 0 0 16px rgba(73, 183, 255, 0.62);
  content: "";
}

.opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy h1 {
  font-size: 62px;
  line-height: 74px;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 24px rgba(0, 12, 38, 0.28);
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy {
  margin-top: 22px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy strong {
  font-size: 28px;
  line-height: 42px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy > span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 30px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid {
  gap: 18px;
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature {
  position: relative;
  min-height: 142px;
  padding: 22px 22px;
  overflow: hidden;
  border-color: rgba(200, 220, 250, 0.9);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(242, 248, 255, 0.97));
  box-shadow: 0 16px 38px rgba(0, 14, 48, 0.28);
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #0052d9, #00a4ff 72%, #76dcff);
  content: "";
}

.opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature:hover {
  border-color: #7bb8f4;
  box-shadow: 0 20px 46px rgba(0, 29, 88, 0.34);
  transform: translateY(-4px);
}

.opc-activity-toolbar {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}

.opc-activity-carousel-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.opc-activity-carousel-controls > span {
  min-width: 58px;
  color: #98a2b3;
  font-size: 12px;
}

.opc-activity-carousel-controls strong {
  color: #0052d9;
  font-size: 18px;
}

.opc-activity-carousel-controls button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #cfdaea;
  background: #fff;
  cursor: pointer;
}

.opc-activity-carousel-controls button:hover:not(:disabled) {
  border-color: #0052d9;
  background: #f2f7ff;
}

.opc-activity-carousel-controls button:disabled {
  opacity: 0.38;
  cursor: default;
}

.opc-activity-carousel-controls img {
  width: 14px;
  height: 22px;
}

.opc-activity-viewport {
  min-height: 0;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.opc-activity-viewport::-webkit-scrollbar {
  display: none;
}

.opc-activity-viewport .opc-activity-grid {
  display: grid;
  width: 100%;
  grid-auto-columns: calc((100% - 40px) / 3);
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 20px;
  margin-top: 0;
  transform: none;
  transition: none;
}

.opc-activity-card.tcwf-event__slide {
  width: 100%;
  min-height: 506px;
  scroll-snap-align: start;
}

/* Activity carousel: keep three full cards centered, with masked edge previews as manual controls. */
.opc-activity-carousel-frame {
  position: relative;
  margin-top: 20px;
  isolation: isolate;
}

.opc-activity-carousel-frame .opc-activity-viewport {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: #f3f6fb;
}

.opc-activity-side-preview {
  position: absolute;
  top: 34px;
  bottom: 34px;
  z-index: 1;
  display: block;
  width: 116px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(171, 193, 226, 0.76);
  background: #dce7f6;
  box-shadow: 0 14px 32px rgba(14, 45, 94, 0.14);
  cursor: pointer;
  opacity: 0.72;
  text-align: left;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.opc-activity-side-preview[hidden] {
  display: none;
}

.opc-activity-side-preview--prev {
  left: -100px;
  border-radius: 3px 0 0 3px;
}

.opc-activity-side-preview--next {
  right: -100px;
  border-radius: 0 3px 3px 0;
}

.opc-activity-side-preview::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.opc-activity-side-preview--prev::before {
  background: linear-gradient(90deg, rgba(236, 242, 250, 0.97) 0%, rgba(220, 231, 246, 0.8) 46%, rgba(2, 36, 88, 0.62) 100%);
}

.opc-activity-side-preview--next::before {
  background: linear-gradient(270deg, rgba(236, 242, 250, 0.97) 0%, rgba(220, 231, 246, 0.8) 46%, rgba(2, 36, 88, 0.62) 100%);
}

.opc-activity-side-preview__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(0.95);
  transition: transform 260ms ease, filter 260ms ease;
}

.opc-activity-side-preview__copy {
  position: absolute;
  right: 12px;
  bottom: 18px;
  left: 12px;
  z-index: 2;
  display: grid;
  gap: 5px;
  text-shadow: 0 1px 8px rgba(0, 24, 65, 0.72);
}

.opc-activity-side-preview__copy small {
  color: #9dd5ff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.opc-activity-side-preview__copy strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opc-activity-side-preview__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(0, 35, 90, 0.22);
  transform: translateY(-50%);
}

.opc-activity-side-preview--prev .opc-activity-side-preview__arrow {
  right: 10px;
}

.opc-activity-side-preview--next .opc-activity-side-preview__arrow {
  left: 10px;
}

.opc-activity-side-preview__arrow img {
  width: 14px;
  height: 22px;
}

.opc-activity-side-preview:hover,
.opc-activity-side-preview:focus-visible {
  z-index: 4;
  opacity: 1;
  outline: none;
  box-shadow: 0 18px 40px rgba(4, 50, 120, 0.24);
}

.opc-activity-side-preview--prev:hover,
.opc-activity-side-preview--prev:focus-visible {
  transform: translateX(-6px);
}

.opc-activity-side-preview--next:hover,
.opc-activity-side-preview--next:focus-visible {
  transform: translateX(6px);
}

.opc-activity-side-preview:hover .opc-activity-side-preview__image,
.opc-activity-side-preview:focus-visible .opc-activity-side-preview__image {
  filter: saturate(0.95) contrast(1);
  transform: scale(1.035);
}

.opc-activity-side-preview:focus-visible .opc-activity-side-preview__arrow {
  box-shadow: 0 0 0 3px rgba(0, 82, 217, 0.28), 0 8px 22px rgba(0, 35, 90, 0.22);
}

/* Shared lightweight exits and clean desktop carousel arrows. */
.opc-section-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.opc-section-more__link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 5px;
  padding: 0;
  color: #53657d;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
}

.opc-section-more__link:hover,
.opc-section-more__link:focus-visible {
  color: #0052d9;
}

.opc-section-more__link img {
  width: 14px;
  height: 14px;
  opacity: 0.72;
}

.opc-activity-carousel-frame .opc-activity-arrow {
  z-index: 5;
}

.opc-activity-carousel-frame .opc-activity-arrow.opc-community-flagship-side--prev {
  left: -54px;
}

.opc-activity-carousel-frame .opc-activity-arrow.opc-community-flagship-side--next {
  right: -54px;
}

.opc-expert-card__identity .opc-expert-tags > .opc-expert-credential {
  color: #0052d9;
  border-color: #bdd6fb;
  background: #edf5ff;
  font-weight: 600;
}

.opc-resource-card--more .opc-resource-card__body {
  min-height: 610px;
  padding: 24px;
}

.opc-course-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.3fr);
}

.opc-resource-tool-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.opc-resource-tool-list a {
  min-height: 168px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  padding: 12px;
}

.opc-resource-tool-list img {
  width: 36px;
  height: 36px;
  margin-top: 2px;
}

.opc-resource-tool-list span {
  gap: 2px;
}

.opc-resource-tool-list strong {
  font-size: 14px;
  line-height: 21px;
}

.opc-resource-tool-list small {
  color: #2f6fc4;
  font-size: 11px;
  line-height: 18px;
}

.opc-resource-tool-list p {
  min-height: 0;
  margin: 4px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 19px;
}

.opc-resource-tool-list em {
  grid-column: 2;
  margin-top: 4px;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap;
}

.opc-resource-card--more .opc-resource-more-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
  border-top: 0;
}

.opc-resource-card--more .opc-resource-more-list span {
  padding: 7px 5px;
  border: 1px solid #dbe5f3;
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-align: center;
}

/* v0.22 desktop hero: restrained Tencent-blue motion and clearer role entry hierarchy. */
@media (min-width: 1000px) {
  .opc-solution-hero.opc-solution-hero--workbuddy {
    height: 760px;
    min-height: 760px;
    isolation: isolate;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy::after {
    z-index: 1;
    background:
      radial-gradient(circle at 50% 25%, rgba(36, 126, 255, 0.28), transparent 32%),
      radial-gradient(circle at 12% 62%, rgba(0, 115, 255, 0.15), transparent 28%),
      linear-gradient(180deg, rgba(1, 15, 45, 0.70) 0%, rgba(0, 38, 92, 0.75) 48%, rgba(0, 16, 48, 0.96) 100%),
      linear-gradient(90deg, rgba(0, 24, 70, 0.72) 0%, rgba(0, 75, 160, 0.30) 52%, rgba(0, 22, 64, 0.68) 100%);
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-static-hero__background {
    object-position: center 50%;
    transform: scale(1.012);
  }

  .opc-hero-atmosphere {
    position: absolute;
    z-index: 2;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .opc-hero-particles {
    position: absolute;
    inset: -12% -6%;
    opacity: 0.38;
    background-image:
      radial-gradient(circle, rgba(110, 210, 255, 0.72) 0 1px, transparent 1.8px),
      radial-gradient(circle, rgba(58, 141, 255, 0.52) 0 1px, transparent 1.7px),
      radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 0.8px, transparent 1.5px);
    background-position: 0 0, 74px 42px, 26px 78px;
    background-size: 142px 118px, 188px 156px, 226px 184px;
    mask-image: linear-gradient(180deg, transparent 2%, #000 22%, #000 74%, transparent 96%);
    animation: opc-hero-particle-drift 18s linear infinite alternate;
  }

  .opc-hero-orbit {
    position: absolute;
    width: 620px;
    height: 210px;
    border-top: 1px solid rgba(93, 190, 255, 0.52);
    border-radius: 50%;
    filter: drop-shadow(0 0 6px rgba(41, 151, 255, 0.64));
    opacity: 0.72;
  }

  .opc-hero-orbit::before,
  .opc-hero-orbit::after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #74d8ff;
    box-shadow: 0 0 0 3px rgba(72, 166, 255, 0.12), 0 0 14px rgba(77, 194, 255, 0.9);
    content: "";
  }

  .opc-hero-orbit::before {
    top: 20px;
    left: 104px;
  }

  .opc-hero-orbit::after {
    top: -3px;
    right: 156px;
  }

  .opc-hero-orbit--left {
    top: 66px;
    left: calc(50% - 690px);
    transform: rotate(-8deg);
  }

  .opc-hero-orbit--right {
    top: 92px;
    right: calc(50% - 700px);
    transform: rotate(10deg) scaleX(-1);
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__inner {
    z-index: 3;
    max-width: 1240px;
    padding: 58px 20px 34px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy {
    max-width: 1180px;
  }

  .opc-hero-kicker {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 7px;
    padding: 6px 20px;
    border: 1px solid rgba(134, 203, 255, 0.82);
    border-radius: 20px;
    color: rgba(235, 247, 255, 0.92);
    background: linear-gradient(180deg, rgba(13, 80, 163, 0.30), rgba(4, 39, 99, 0.36));
    box-shadow: inset 0 0 18px rgba(60, 153, 255, 0.10), 0 0 18px rgba(31, 130, 255, 0.13);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    backdrop-filter: blur(8px);
  }

  .opc-hero-kicker span {
    color: #fff;
    font-weight: 600;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy h1 {
    margin-top: 18px;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 26px rgba(0, 10, 34, 0.36);
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy h1 span {
    display: block;
  }

  .opc-hero-gradient {
    display: inline-block;
    color: transparent;
    background: linear-gradient(110deg, #f7fcff 0%, #a9e8ff 25%, #4da9ff 48%, #1c78ef 64%, #bfeeff 86%, #fff 100%);
    background-clip: text;
    background-size: 240% 100%;
    font-style: normal;
    filter: drop-shadow(0 0 10px rgba(53, 155, 255, 0.26));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: opc-hero-title-flow 7s ease-in-out infinite;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy::after {
    width: min(680px, 72%);
    height: 1px;
    margin-top: 17px;
    background: linear-gradient(90deg, transparent, rgba(73, 183, 255, 0.72) 24%, #7cddff 50%, rgba(73, 183, 255, 0.72) 76%, transparent);
    box-shadow: 0 0 14px rgba(73, 183, 255, 0.46);
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy {
    margin-top: 10px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy strong {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy > span {
    margin-top: 5px;
    color: rgba(232, 242, 255, 0.84);
    font-size: 17px;
    line-height: 28px;
  }

  .opc-hero-value-points {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    text-shadow: 0 2px 16px rgba(0, 18, 56, 0.38);
  }

  .opc-resource-card--more h4 {
    margin-top: 0;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid {
    width: min(1180px, 100%);
    gap: 16px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature {
    min-height: 150px;
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: minmax(54px, auto) auto;
    align-items: center;
    column-gap: 18px;
    row-gap: 10px;
    padding: 20px 22px;
    border-color: rgba(205, 225, 249, 0.95);
    border-radius: 2px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.995), rgba(244, 249, 255, 0.98)),
      radial-gradient(circle at 86% 18%, rgba(60, 146, 255, 0.14), transparent 34%);
    box-shadow: 0 16px 36px rgba(0, 17, 51, 0.30);
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature::before {
    height: 2px;
    background: linear-gradient(90deg, #0052d9 0%, #00a4ff 62%, transparent 100%);
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__icon {
    width: 60px;
    height: 60px;
    grid-row: 1 / 3;
    padding: 5px;
    border: 1px solid rgba(167, 202, 245, 0.72);
    border-radius: 2px;
    background: linear-gradient(145deg, #fff, #eaf4ff);
    box-shadow: 0 8px 20px rgba(39, 105, 194, 0.12);
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__copy {
    align-self: end;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__title {
    color: #14284a;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__description {
    margin-top: 2px;
    color: #5d6f89;
    font-size: 13px;
    line-height: 20px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__action {
    min-width: 0;
    align-self: start;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    padding-top: 9px;
    border-top: 1px solid #e2eaf4;
    text-align: left;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__action > span {
    color: #65758c;
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__action .tcwf-text-link {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    gap: 2px;
    padding: 3px 8px;
    border: 1px solid #c8daf4;
    border-radius: 2px;
    background: #edf5ff;
    font-size: 13px;
    line-height: 20px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__action .tcwf-text-link:hover,
  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__action .tcwf-text-link:focus-visible {
    border-color: #83b6f3;
    background: #e3f0ff;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature:hover {
    border-color: #7fb6f4;
    box-shadow: 0 20px 44px rgba(0, 28, 82, 0.34);
    transform: translateY(-3px);
  }
}

@keyframes opc-hero-title-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes opc-hero-particle-drift {
  0% { opacity: 0.28; transform: translate3d(-0.6%, 0, 0); }
  50% { opacity: 0.42; }
  100% { opacity: 0.32; transform: translate3d(0.8%, -1.6%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .opc-hero-gradient,
  .opc-hero-particles {
    animation: none;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature {
    transition: none;
  }
}

/* v0.23.1 — all flagship communities share one black-gold identity; side previews hint at more pages. */
.opc-community-showcase .opc-more-parks {
  margin: 0;
}

.opc-community-flagship-frame {
  position: relative;
  margin-inline: -58px;
  padding-inline: 58px;
}

.opc-community-flagship-side {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 88px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background-color: #152337;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.opc-community-flagship-side::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(241, 245, 251, 0.98), rgba(241, 245, 251, 0.18) 58%, rgba(7, 14, 27, 0.64));
  content: "";
}

.opc-community-flagship-side--prev {
  left: 0;
  background-image: url("./assets/photos/hero-desktop.jpg");
}

.opc-community-flagship-side--next {
  right: 0;
  background-image: url("./assets/photos/community-hangzhou.jpg");
}

.opc-community-flagship-side--next::before {
  transform: scaleX(-1);
}

.opc-community-flagship-side > span {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(211, 224, 241, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(13, 35, 70, 0.18);
  transform: translateY(-50%);
}

.opc-community-flagship-side--prev > span {
  left: 18px;
}

.opc-community-flagship-side--next > span {
  right: 18px;
}

.opc-community-flagship-side:hover > span {
  border-color: #e4c46c;
  background: #fffdf6;
}

.opc-community-showcase .opc-community-card--flagship {
  border-color: #a98941;
  border-top-color: #d5b15b;
  background: #0b0c0d;
  box-shadow: 0 10px 28px rgba(41, 31, 6, 0.2);
}

.opc-community-showcase .opc-community-card--flagship .opc-community-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 5, 7, 0.08) 20%, rgba(7, 8, 9, 0.8) 100%);
  content: "";
  pointer-events: none;
}

.opc-community-showcase .opc-community-card--flagship .opc-community-card__media > img {
  filter: saturate(0.72) brightness(0.74) contrast(1.08);
}

.opc-community-showcase .opc-community-card--flagship .opc-community-label {
  z-index: 3;
  min-height: 0;
  padding: 0;
  color: #edce77;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.opc-community-showcase .opc-community-card--flagship .opc-card-demo {
  z-index: 3;
  color: #f0d582;
  border-color: rgba(218, 180, 84, 0.52);
  background: rgba(7, 8, 10, 0.9);
}

.opc-community-showcase .opc-community-card--flagship .opc-community-card__body {
  color: #cec7b7;
  background: linear-gradient(150deg, #0a0b0d, #17140d 58%, #0b0c0e);
}

.opc-community-showcase .opc-community-card--flagship .opc-community-card__meta,
.opc-community-showcase .opc-community-card--flagship h3,
.opc-community-showcase .opc-community-card--flagship .opc-tags::before,
.opc-community-showcase .opc-community-card--flagship .opc-text-button,
.opc-community-showcase .opc-community-card--flagship .opc-community-footer-views strong {
  color: #ebcc76;
}

.opc-community-showcase .opc-community-card--flagship .opc-community-card__body > p:not(.opc-community-card__meta) {
  color: #c8c0b1;
}

.opc-community-showcase .opc-community-card--flagship .opc-tags li {
  color: #d8c287;
  border-color: rgba(214, 181, 99, 0.35);
  background: rgba(255, 224, 147, 0.05);
}

.opc-community-showcase .opc-community-card--flagship .opc-card-footer {
  border-top-color: rgba(214, 181, 99, 0.28);
}

.opc-community-showcase .opc-community-card--flagship .opc-community-footer-views small {
  color: #a99f86;
}

.opc-community-showcase .opc-community-card--flagship .opc-workbuddy-community {
  color: #7de0c0;
  border-color: rgba(49, 201, 157, 0.55);
  background: rgba(6, 106, 78, 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .opc-community-flagship-track,
  .opc-community-runners__track {
    transition: none;
  }
}

/* v0.23.2 — final flagship treatment: clean arrows only; no neighbour-card mask. */
.opc-community-flagship-frame {
  margin-inline: 0;
  padding-inline: 0;
}

.opc-community-flagship-side {
  top: 50%;
  bottom: auto;
  width: 42px;
  height: 42px;
  overflow: visible;
  border: 0;
  background: none !important;
  opacity: 1;
  filter: none;
  transform: translateY(-50%);
}

.opc-community-flagship-side::before {
  display: none;
}

.opc-community-flagship-side--prev {
  left: -54px;
}

.opc-community-flagship-side--next {
  right: -54px;
}

.opc-community-flagship-side > span {
  position: static;
  width: 42px;
  height: 42px;
  border-color: rgba(199, 166, 87, 0.76);
  background: rgba(13, 14, 15, 0.96);
  box-shadow: 0 7px 20px rgba(13, 21, 34, 0.24), 0 0 0 4px rgba(242, 245, 249, 0.76);
  filter: none;
  opacity: 1;
  transform: none;
}

.opc-community-flagship-side > span img {
  filter: sepia(0.65) saturate(1.3) brightness(1.7);
}

.opc-community-flagship-side:hover > span {
  border-color: #e2c36e;
  background: #12110e;
  box-shadow: 0 8px 24px rgba(13, 21, 34, 0.3), 0 0 0 4px rgba(228, 196, 108, 0.15);
}

.opc-community-showcase .opc-community-card--flagship .opc-community-label {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  color: #f0d582;
  border: 1px solid rgba(218, 180, 84, 0.72);
  background: linear-gradient(90deg, rgba(6, 7, 9, 0.98), rgba(28, 27, 23, 0.92));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34), inset 0 0 18px rgba(226, 189, 89, 0.05);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.opc-community-showcase .opc-community-card--flagship .opc-community-label::before {
  color: #e7c565;
  content: "◆";
  font-size: 14px;
  text-shadow: 0 0 12px rgba(235, 203, 105, 0.56);
}

/* Mobile-first interaction pass: reachable navigation, touch-safe controls and bottom-sheet surfaces. */
.opc-mobile-dock {
  display: none;
}

@media (max-width: 768px) {
  :root {
    --opc-mobile-dock-height: 68px;
    --opc-mobile-gutter: 16px;
  }

  html {
    scroll-padding-top: 58px;
  }

  body {
    padding-bottom: var(--opc-mobile-dock-height);
  }

  html.tcwf-menu-open,
  html.tcwf-menu-open body,
  html.opc-dialog-open,
  html.opc-dialog-open body {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .opc-page {
    min-width: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .opc-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 56px;
  }

  .opc-header .tcwf-static-header__inner {
    height: 56px;
    padding: 0 var(--opc-mobile-gutter);
  }

  .opc-brand__name {
    font-size: 15px;
  }

  .opc-brand__logo {
    width: 25px;
    height: 18px;
  }

  .tcwf-static-menu {
    display: inline-flex;
    min-width: 52px;
    min-height: 44px;
    margin-left: auto;
    padding: 0 12px;
    color: #1f2a44;
    font-size: 14px;
    font-weight: 600;
  }

  .opc-header-tools {
    display: none;
  }

  .opc-primary-nav {
    position: fixed;
    top: 56px;
    right: 0;
    bottom: var(--opc-mobile-dock-height);
    left: 0;
    display: none;
    height: auto;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 12px var(--opc-mobile-gutter) calc(24px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    box-shadow: 0 20px 44px rgb(20 43 80 / 18%);
  }

  .opc-primary-nav[data-open="true"] {
    display: flex;
  }

  .opc-primary-nav a {
    min-height: 52px;
    align-items: center;
    padding: 0 8px;
    border-bottom: 1px solid #edf0f4;
    color: #1f2a44;
    font-size: 16px;
  }

  .opc-primary-nav a:last-child {
    border-bottom: 0;
  }

  .opc-mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: var(--opc-mobile-dock-height);
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
    border-top: 1px solid #dfe5ee;
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 -8px 24px rgb(30 55 93 / 10%);
    backdrop-filter: blur(14px);
  }

  .opc-mobile-dock a {
    display: grid;
    min-width: 44px;
    min-height: 52px;
    align-content: center;
    justify-items: center;
    gap: 1px;
    color: #66758c;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .opc-mobile-dock a:active,
  .opc-mobile-dock a:focus-visible,
  .opc-mobile-dock a[aria-current="location"] {
    color: #0052d9;
    background: #eef5ff;
  }

  .opc-mobile-dock a span {
    display: block;
    height: 22px;
    color: currentColor;
    font-size: 19px;
    line-height: 22px;
  }

  .opc-mobile-dock a small {
    font-size: 11px;
    line-height: 18px;
  }

  .opc-section-nav {
    top: 56px;
  }

  .opc-hero,
  .opc-solution-hero--workbuddy {
    min-height: 0;
    height: auto;
  }

  .opc-solution-hero--workbuddy .tcwf-solution-hero__inner {
    min-height: 0;
    padding: 40px var(--opc-mobile-gutter) 28px;
  }

  .opc-solution-hero--workbuddy .tcwf-solution-hero__copy {
    margin-top: 0;
    text-align: left;
  }

  .opc-solution-hero--workbuddy .tcwf-solution-hero__copy h1,
  .opc-solution-hero--workbuddy .opc-solution-hero__copy h1 span {
    font-size: clamp(30px, 8.5vw, 40px);
    line-height: 1.22;
    letter-spacing: -0.02em;
  }

  .opc-solution-hero--workbuddy .opc-solution-hero__copy strong,
  .opc-solution-hero--workbuddy .opc-solution-hero__copy > span {
    font-size: 15px;
    line-height: 24px;
  }

  .opc-solution-hero--workbuddy .opc-hero-entry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature {
    min-height: 76px;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px;
  }

  .opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__icon {
    width: 36px;
    height: 36px;
  }

  .opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__title {
    font-size: 14px;
    line-height: 21px;
  }

  .opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__description,
  .opc-hero-entry__action > span {
    display: none;
  }

  .opc-solution-hero--workbuddy .opc-hero-entry__action {
    min-width: 72px;
  }

  .opc-solution-hero--workbuddy .opc-hero-entry__action .tcwf-text-link {
    min-height: 44px;
    font-size: 12px;
  }

  .opc-community-showcase .opc-heading-with-tools,
  .opc-subsection-heading,
  .opc-course-heading,
  .opc-activity-heading {
    align-items: stretch;
    justify-items: stretch;
    text-align: left;
  }

  .opc-heading-with-tools .opc-more-parks {
    width: 100%;
  }

  .opc-filter-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }

  .opc-filter-bar label {
    max-width: none;
  }

  .opc-filter-bar select {
    min-height: 48px;
    font-size: 16px;
  }

  .opc-community-tier__header {
    display: grid;
    gap: 12px;
  }

  .opc-community-tier__controls {
    justify-content: space-between;
  }

  .opc-community-tier__controls > span {
    min-width: auto;
  }

  .opc-community-tier__controls button,
  .opc-community-runners__controls button {
    width: 48px;
    height: 48px;
  }

  .opc-community-flagship-frame {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .opc-community-flagship-side {
    display: none;
  }

  .opc-community-flagship-viewport {
    overflow: hidden;
    margin-inline: 0;
    touch-action: pan-y;
  }

  .opc-community-flagship-track {
    gap: 12px;
  }

  .opc-community-card--flagship {
    flex-basis: 100%;
    min-height: 0;
  }

  .opc-community-card--flagship .opc-community-card__media {
    height: 190px;
    min-height: 190px;
  }

  .opc-community-card--flagship .opc-community-card__body {
    min-height: 0;
    padding: 18px 16px 16px;
  }

  .opc-community-card--flagship h3 {
    min-height: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .opc-community-card--flagship .opc-tags {
    min-height: 0;
    margin-top: 12px;
  }

  .opc-community-card--flagship .opc-card-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }

  .opc-community-card--flagship .opc-text-button {
    width: 100%;
    min-height: 48px;
    background: #eef5ff;
  }

  .opc-community-showcase .opc-community-runners {
    margin-inline: -16px;
    padding: 16px;
    border-right: 0;
    border-left: 0;
  }

  .opc-community-showcase .opc-community-runners__header {
    display: grid;
    gap: 12px;
  }

  .opc-community-runners__meta {
    justify-content: space-between;
  }

  .opc-community-runners__viewport {
    margin-inline: -16px;
    padding-inline: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .opc-community-runners__track {
    gap: 12px;
  }

  .opc-community-card--selected {
    flex-basis: calc(100vw - 48px);
    scroll-snap-align: start;
  }

  .opc-event-slide {
    min-height: 0;
  }

  .opc-event-slide > div {
    min-height: 0;
    padding: 20px 16px 72px;
  }

  .opc-event-slide > img {
    height: 180px;
    min-height: 180px;
  }

  .opc-event__controls {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .opc-event__progress {
    gap: 4px;
  }

  .opc-event__progress button {
    width: 40px;
    height: 40px;
  }

  .opc-expert-library {
    margin-inline: -16px;
    padding: 20px 16px;
  }

  .opc-expert-card {
    min-height: 0;
    padding: 18px 16px;
  }

  .opc-expert-card__intro {
    min-height: 0;
  }

  .opc-expert-card footer {
    align-items: stretch;
    flex-direction: column;
  }

  .opc-expert-card footer .opc-text-button {
    width: 100%;
    min-height: 48px;
    background: #eef5ff;
  }

  .opc-ranking,
  .opc-demand-grid,
  .opc-course-grid,
  .opc-join-grid {
    grid-template-columns: 1fr;
  }

  .opc-project-filters {
    margin-inline: -16px;
    padding-inline: 16px;
    overscroll-behavior-x: contain;
  }

  .opc-project-filters button {
    min-height: 48px;
  }

  .opc-demand-card,
  .opc-rank-card {
    min-height: 0;
  }

  .opc-demand-card .tcwf-action,
  .opc-demand-card .opc-text-button,
  .opc-publish-demand .tcwf-action {
    width: 100%;
    min-height: 48px;
  }

  .opc-summit,
  .opc-summit__inner {
    min-height: 420px;
  }

  .opc-summit__inner {
    padding: 36px 16px;
  }

  .opc-summit .tcwf-solution-cta__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .opc-summit .tcwf-action {
    width: 100%;
    min-height: 48px;
  }

  .opc-dialog {
    width: 100%;
    max-width: none;
    max-height: min(82dvh, 720px);
    margin: auto 0 0;
    padding: 20px 16px calc(20px + env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .opc-dialog__header {
    position: sticky;
    top: -20px;
    z-index: 1;
    margin: -20px -16px 0;
    padding: 16px;
    background: #fff;
  }

  .opc-dialog__footer,
  .opc-dialog__confirm {
    width: 100%;
    min-height: 48px;
  }

  .opc-dialog > p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
  }

  .opc-community-footer {
    padding-bottom: 24px;
  }
}

@media (max-width: 380px) {
  .opc-mobile-dock a small {
    font-size: 10px;
  }

  .opc-mobile-dock a span {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .opc-primary-nav,
  .opc-mobile-dock,
  .opc-community-flagship-track,
  .opc-community-runners__track {
    transition: none;
  }
}

@media (max-width: 768px) {
  .opc-solution-hero.opc-solution-hero--workbuddy {
    height: auto;
    min-height: 0;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__inner {
    display: flex;
    height: auto;
    min-height: 0;
    align-items: stretch;
    padding: 40px 16px 28px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy {
    max-width: none;
    text-align: left;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy h1,
  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy h1 span {
    margin-top: 12px;
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.22;
    letter-spacing: -0.02em;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .tcwf-solution-hero__copy::after {
    width: 92px;
    margin: 18px 0 0;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy {
    margin-top: 14px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy strong,
  .opc-hero-value-points {
    font-size: 16px;
    line-height: 25px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-solution-hero__copy > span {
    font-size: 14px;
    line-height: 23px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature {
    min-height: 82px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    grid-template-rows: auto;
    column-gap: 12px;
    row-gap: 0;
    padding: 13px 14px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__icon {
    width: 40px;
    height: 40px;
    grid-row: auto;
    padding: 2px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__copy {
    align-self: center;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__title {
    font-size: 14px;
    line-height: 21px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__description,
  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__action > span {
    display: none;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__action {
    min-width: 78px;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top: 0;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__action .tcwf-text-link {
    min-height: 44px;
    font-size: 12px;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature:hover {
    transform: none;
  }
}

/* v0.24.1-local — restrained black-gold motion for flagship communities. */
.opc-community-showcase .opc-community-card--flagship {
  isolation: isolate;
  transition: transform 220ms var(--tcwf-ease-enter), box-shadow 220ms linear;
}

.opc-community-showcase .opc-community-card--flagship::after {
  position: absolute;
  z-index: 6;
  inset: 0;
  border: 1px solid rgba(236, 205, 116, 0.22);
  box-shadow: inset 0 0 20px rgba(231, 197, 101, 0.05);
  content: "";
  opacity: 0.42;
  pointer-events: none;
  animation: opc-flagship-border-breathe 6.4s ease-in-out infinite;
}

.opc-community-showcase .opc-community-card--flagship .opc-community-card__media::before {
  position: absolute;
  z-index: 2;
  top: -36%;
  bottom: -36%;
  left: -38%;
  width: 14%;
  background: linear-gradient(90deg, transparent, rgba(248, 221, 146, 0.14), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-16deg) translate3d(-220%, 0, 0);
  animation: opc-flagship-gold-sweep 9.2s cubic-bezier(0.22, 0.6, 0.28, 1) infinite;
}

.opc-community-showcase .opc-community-card--flagship:nth-child(3n + 2) .opc-community-card__media::before {
  animation-delay: -3.1s;
}

.opc-community-showcase .opc-community-card--flagship:nth-child(3n) .opc-community-card__media::before {
  animation-delay: -6.2s;
}

.opc-community-showcase .opc-community-card--flagship .opc-community-label {
  animation: opc-flagship-label-glow 5.8s ease-in-out infinite;
}

.opc-community-showcase .opc-community-card--flagship .opc-workbuddy-community {
  background-image: linear-gradient(105deg, rgba(6, 106, 78, 0.14) 25%, rgba(74, 218, 178, 0.17) 48%, rgba(6, 106, 78, 0.14) 72%);
  background-position: 100% 50%;
  background-size: 220% 100%;
  animation: opc-flagship-tag-highlight 7.6s ease-in-out infinite;
}

.opc-community-showcase .opc-community-card--flagship:hover {
  box-shadow: 0 14px 32px rgba(41, 31, 6, 0.28), 0 0 0 1px rgba(226, 195, 108, 0.18);
  transform: translateY(-2px);
}

.opc-community-showcase .opc-community-card--flagship:hover::after {
  border-color: rgba(242, 214, 135, 0.44);
  box-shadow: inset 0 0 24px rgba(236, 204, 113, 0.08);
}

@keyframes opc-flagship-border-breathe {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.72;
  }
}

@keyframes opc-flagship-gold-sweep {
  0%, 58% {
    opacity: 0;
    transform: skewX(-16deg) translate3d(-220%, 0, 0);
  }
  64% {
    opacity: 0.48;
  }
  76% {
    opacity: 0;
    transform: skewX(-16deg) translate3d(980%, 0, 0);
  }
  100% {
    opacity: 0;
    transform: skewX(-16deg) translate3d(980%, 0, 0);
  }
}

@keyframes opc-flagship-label-glow {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34), inset 0 0 18px rgba(226, 189, 89, 0.04);
  }
  50% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34), inset 0 0 20px rgba(226, 189, 89, 0.1), 0 0 12px rgba(218, 180, 84, 0.08);
  }
}

@keyframes opc-flagship-tag-highlight {
  0%, 36%, 100% {
    background-position: 100% 50%;
  }
  58% {
    background-position: 0 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .opc-community-showcase .opc-community-card--flagship,
  .opc-community-showcase .opc-community-card--flagship::after,
  .opc-community-showcase .opc-community-card--flagship .opc-community-card__media::before,
  .opc-community-showcase .opc-community-card--flagship .opc-community-label,
  .opc-community-showcase .opc-community-card--flagship .opc-workbuddy-community {
    animation: none;
    transition: none;
  }

  .opc-community-showcase .opc-community-card--flagship .opc-community-card__media::before {
    opacity: 0;
  }
}

/* v0.32 — keep all three Hero entry propositions on the same two-line baseline. */
@media (min-width: 769px) {
  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry__copy {
    min-height: 50px;
    align-self: center;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__title {
    min-height: 0;
  }

  .opc-solution-hero.opc-solution-hero--workbuddy .opc-hero-entry-grid .tcwf-solution-feature__description {
    display: block;
    margin: 0;
    color: #14284a;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }
}

/* v0.35 — compact desktop Header for narrow PC windows and high browser zoom. */
@media (min-width: 821px) and (max-width: 1366px) {
  .opc-header .tcwf-static-header__inner {
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    gap: 10px;
    padding-inline: 14px;
  }

  .opc-header .opc-brand {
    min-width: 0;
    flex: 0 0 auto;
  }

  .opc-header .opc-brand__name {
    font-size: clamp(15px, 1.35vw, 17px);
  }

  .opc-header .opc-primary-nav {
    display: flex;
    min-width: 0;
    height: 100%;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    margin: 0;
  }

  .opc-header .opc-primary-nav a,
  .opc-header .opc-primary-nav a:nth-last-child(-n + 2) {
    display: flex;
    min-width: 0;
    flex: 0 1 auto;
    padding-inline: clamp(5px, 0.72vw, 10px);
    font-size: clamp(12px, 1.05vw, 14px);
    line-height: 38px;
    white-space: nowrap;
    word-break: keep-all;
  }

  .opc-header .opc-header-tools {
    min-width: 0;
    flex: 0 0 auto;
    justify-self: auto;
    gap: 2px;
    margin-left: 0;
  }

  .opc-header .opc-header-search {
    margin-left: 0;
  }

  .opc-header .opc-header-search label {
    display: none;
  }

  .opc-header .opc-header-search input {
    width: clamp(108px, 12vw, 160px);
  }
}

@media (min-width: 821px) and (max-width: 940px) {
  .opc-header .tcwf-static-header__inner {
    gap: 6px;
    padding-inline: 10px;
  }

  .opc-header .opc-brand {
    gap: 8px;
  }

  .opc-header .opc-header-search {
    width: 44px;
  }

  .opc-header .opc-header-search input {
    display: none;
  }
}
