.creator-opportunities-page main {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.creator-opportunities-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: end;
  margin-top: 24px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--creator-line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(82, 231, 255, 0.08), rgba(159, 140, 255, 0.05)), #121925;
}

.creator-opportunities-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.creator-opportunities-hero p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--creator-muted);
  line-height: 1.6;
}

.creator-opportunities-summary {
  display: grid;
  gap: 10px;
}

.creator-opportunities-summary span {
  display: grid;
  gap: 3px;
  padding: 13px 14px;
  border-left: 4px solid var(--creator-cyan);
  background: rgba(16, 23, 34, 0.82);
  color: var(--creator-muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.creator-opportunities-summary span:nth-child(2) {
  border-left-color: var(--creator-lime);
}

.creator-opportunities-summary span:nth-child(3) {
  border-left-color: var(--creator-purple);
}

.creator-opportunities-summary strong {
  color: var(--creator-text);
  font-size: 0.85rem;
}

.creator-opportunity-board {
  padding: 58px 0 0;
}

.creator-opportunity-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.creator-opportunity-heading h2 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.creator-opportunity-heading p {
  max-width: 430px;
  margin: 0;
  color: var(--creator-muted);
  line-height: 1.5;
}

.creator-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.creator-opportunity-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--creator-line);
  border-radius: 13px;
  background: var(--creator-panel);
}

.creator-opportunity-art {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: #202c3d;
}

.creator-opportunity-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-opportunity-art.has-no-image::before {
  content: "LobbyPick";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--creator-cyan);
  font-family: "Archivo Black", sans-serif;
}

.creator-opportunity-art > span {
  position: absolute;
  inset: 10px auto auto 10px;
  max-width: calc(100% - 20px);
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(8, 13, 20, 0.88);
  color: var(--creator-lime);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.creator-opportunity-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px;
}

.creator-opportunity-copy h2 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.28rem;
  line-height: 1.05;
}

.creator-opportunity-copy > p {
  margin: 10px 0 14px;
  color: var(--creator-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.creator-opportunity-angle {
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--creator-line);
  color: #dce4ef;
  font-size: 0.78rem;
  line-height: 1.45;
}

.creator-opportunity-angle strong {
  color: var(--creator-purple);
  font-size: 0.66rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.creator-opportunity-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 14px;
}

.creator-opportunity-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid var(--creator-line);
  border-radius: 7px;
  color: var(--creator-text);
  font-size: 0.7rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.creator-opportunity-actions a:first-child {
  border-color: var(--creator-cyan);
  background: var(--creator-cyan);
  color: #07131a;
}

.creator-opportunity-method {
  margin: 22px 0 72px;
  overflow: hidden;
  border: 1px solid var(--creator-line);
  border-left: 4px solid var(--creator-coral);
  border-radius: 10px;
  background: var(--creator-panel);
}

.creator-opportunity-method summary {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: var(--creator-text);
  font-size: 0.8rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.creator-opportunity-method summary::-webkit-details-marker {
  display: none;
}

.creator-opportunity-method summary b {
  color: var(--creator-cyan);
  font-size: 0.68rem;
}

.creator-opportunity-method div {
  padding: 0 14px 14px;
}

.creator-opportunity-method p {
  margin: 0;
  color: var(--creator-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.creator-opportunities-back {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 9px 14px;
  border-radius: 8px;
  background: var(--creator-cyan);
  color: #07131a;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 900px) {
  .creator-opportunity-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .creator-opportunities-page main {
    width: min(100% - 20px, 1120px);
  }

  .creator-opportunities-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 10px;
    padding: 22px 16px;
  }

  .creator-opportunities-hero h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .creator-opportunities-summary {
    display: none;
  }

  .creator-opportunity-board {
    padding-top: 36px;
  }

  .creator-opportunity-heading {
    display: grid;
    gap: 7px;
    align-items: start;
  }

  .creator-opportunity-heading h2 {
    font-size: 1.8rem;
  }

  .creator-opportunity-heading p {
    font-size: 0.78rem;
  }

  .creator-opportunity-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .creator-opportunity-art {
    min-height: 100%;
  }

  .creator-opportunity-art > span {
    display: none;
  }

  .creator-opportunity-copy {
    padding: 11px;
  }

  .creator-opportunity-copy h2 {
    font-size: 0.98rem;
  }

  .creator-opportunity-copy > p {
    display: -webkit-box;
    margin: 6px 0 8px;
    overflow: hidden;
    font-size: 0.7rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .creator-opportunity-angle {
    display: -webkit-box;
    overflow: hidden;
    padding-top: 7px;
    font-size: 0.69rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .creator-opportunity-angle strong {
    display: none;
  }

  .creator-opportunity-actions {
    margin-top: 8px;
  }

  .creator-opportunity-actions a {
    min-height: 36px;
    padding: 6px;
    font-size: 0.62rem;
  }

  .creator-opportunity-method {
    margin-bottom: 40px;
  }
}
