/* =========================================================
   PAGE
========================================================= */


body {
  background: #fff;
}

.dc-page {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 0 90px;
  color: #1b1b20;
}


/* =========================================================
   COMMON
========================================================= */

.dc-eyebrow,
.dc-section-label {
  color: #8d8b94;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.dc-section {
  margin-top: 68px;
}

.dc-section-header {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.dc-section-header>div:first-child {
  min-width: 0;
}

.dc-section-header h2 {
  margin-top: 0px;
  color: #222126;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.3px;
}

.dc-section-header>p {
  max-width: 320px;
  color: #8d8b93;
  font-size: 11px;
  line-height: 1.65;
}


/* =========================================================
   INTRO
========================================================= */

.dc-intro {
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 40px;
  align-items: stretch;
}

.dc-intro-copy {
  padding: 38px 10px 38px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dc-intro-copy h1 {
  margin-top: 17px;
  color: #222126;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -3.8px;
}

.dc-intro-copy h1 strong {
  font-weight: 600;
  letter-spacing: -.9px;
  background: linear-gradient(135deg, #e98689, #84a3c7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;

}

.dc-intro-copy>p {
  max-width: 485px;
  margin-top: 24px;
  color: #77757e;
  font-size: 16px;
  line-height: 1.75;
}

.dc-intro-actions {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dc-primary-button,
.dc-secondary-button {
  min-height: 43px;
  padding: 0 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  transition: .18s ease;
}

.dc-primary-button {
  background: #242329;
  color: #ffffff;
}

.dc-secondary-button {
  border: 1px solid #dedde3;
  background: #ffffff;
  color: #64626a;
}

.dc-secondary-button:hover {
  background: #f6f6f8;
}


/* =========================================================
   SUMMARY
========================================================= */

.dc-summary {
  min-width: 0;
  padding: 24px;
  border: 1px solid #e2e1e6;
  border-radius: 24px;
  background:
    linear-gradient(145deg,
      #ffffff 0%,
      #faf9ff 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dc-summary-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.dc-summary-top span {
  color: #6f60bb;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.dc-summary-top small {
  color: #aaa8b0;
  font-size: 10px;
}

.dc-summary-grid {
  margin: 34px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e6e4ea;
  border-bottom: 1px solid #e6e4ea;
}

.dc-summary-item {
  min-width: 0;
  min-height: 150px;
  padding: 22px 16px;
  border-right: 1px solid #e6e4ea;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dc-summary-item:last-child {
  border-right: 0;
}

.dc-summary-item strong {
  color: #25232a;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.dc-summary-item span {
  margin-top: 9px;
  color: #8d8a94;
  font-size: 14px;
  line-height: 1.45;
}

.dc-summary-activity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dc-summary-avatars {
  display: flex;
  flex: 0 0 auto;
}

.dc-summary-avatars span {
  width: 29px;
  height: 29px;
  margin-left: -16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #ebe7ff;
  color: #6d5db9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7px;
  font-weight: 600;
}

.dc-summary-avatars span:nth-child(2) {
  background: #ffe4ea;
  color: #b75875;
}

.dc-summary-avatars span:nth-child(3) {
  background: #daf5ec;
  color: #34876e;
}

.dc-summary-avatars span:nth-child(4) {
  background: #dceefe;
  color: #4078a3;
}

.dc-summary-avatars span:nth-child(5) {
  background: #222126;
  color: #ffffff;
}

.dc-summary-avatars span:first-child {
  margin-left: 0;
}

.dc-summary-activity p {
  color: #8c8992;
  font-size: 12px;
  line-height: 1.45;
}

.dc-summary-activity p strong {
  color: #55525a;
}


/* =========================================================
   CATEGORY GRID
========================================================= */

.dc-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.dc-category {
  min-width: 0;
  min-height: 470px;
  padding: 22px;
  overflow: hidden;
  position: relative;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.dc-category:hover {
  transform: translateY(-5px);
  box-shadow:
    0 18px 42px rgba(30, 28, 40, .10);
}

.dc-category-number {
  position: relative;
  z-index: 5;
  color: rgba(30, 29, 34, .44);
  font-size: 30px;
  font-weight: 600;
}

.dc-category-content {
  position: relative;
  z-index: 5;
}

.dc-category-tag {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
}

.dc-category-content h3 {
  margin-top: 14px;
  font-size: 31px;
  font-weight: 500;
  line-height: .98;
  letter-spacing: -1.8px;
}

.dc-category-content p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.dc-category-link {
  margin-top: auto;
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}

.dc-category-link span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* =========================================================
   PAINT CATEGORY
========================================================= */

.dc-category-paint {
  background: #f5f5f5;
  color: #3c292f;
}

.dc-category-paint .dc-category-tag {
  color: #a65369;
}

.dc-category-paint .dc-category-content p {
  color: #825f69;
}

.dc-category-paint .dc-category-link span {
  background: #3c292f;
  color: #ffffff;
}

.dc-paint-art {
  width: 220px;
  height: 205px;
  position: absolute;
  right: -28px;
  bottom: 35px;
}

.dc-paint-stroke {
  position: absolute;
  display: block;
  border-radius: 999px;
  transform-origin: center;
}

.dc-paint-stroke-1 {
  width: 195px;
  height: 64px;
  right: 0;
  top: 25px;
  background:
    linear-gradient(90deg,
      #f1798e,
      #d95579);
  transform: rotate(-28deg);
}

.dc-paint-stroke-2 {
  width: 170px;
  height: 48px;
  right: 22px;
  top: 92px;
  background: #ef9a62;
  transform: rotate(19deg);
}

.dc-paint-stroke-3 {
  width: 135px;
  height: 35px;
  right: 9px;
  top: 144px;
  background: #704fc2;
  transform: rotate(-11deg);
}

.dc-paint-dot {
  position: absolute;
  border-radius: 50%;
}

.dc-paint-dot-1 {
  width: 31px;
  height: 31px;
  left: 6px;
  top: 42px;
  background: #f4b83b;
}

.dc-paint-dot-2 {
  width: 17px;
  height: 17px;
  left: 51px;
  top: 143px;
  background: #ffffff;
}


/* =========================================================
   FREE CATEGORY
========================================================= */

.dc-category-free {
  background: #dcecf5;
  color: #203343;
}

.dc-category-free .dc-category-tag {
  color: #39789a;
}

.dc-category-free .dc-category-content p {
  color: #637e8e;
}

.dc-category-free .dc-category-link span {
  background: #203343;
  color: #ffffff;
}

.dc-free-art {
  width: 245px;
  height: 155px;
  position: absolute;
  right: -2px;
  bottom: 69px;
}

.dc-free-art svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.dc-free-art path {
  fill: none;
  stroke: #2b6282;
  stroke-width: 9px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dc-free-art .dc-free-secondary {
  stroke: #ef7392;
  stroke-width: 5px;
}


/* =========================================================
   COMMERCIAL CATEGORY
========================================================= */

.dc-category-commercial {
  background: #e7e1f5;
  color: #292339;
}

.dc-category-commercial .dc-category-tag {
  color: #7660a9;
}

.dc-category-commercial .dc-category-content p {
  color: #796f8e;
}

.dc-category-commercial .dc-category-link span {
  background: #292339;
  color: #ffffff;
}

.dc-commercial-art {
  width: 245px;
  height: 225px;
  position: absolute;
  right: -18px;
  bottom: 37px;
}

.dc-commercial-card {
  position: absolute;
  box-shadow:
    0 18px 32px rgba(55, 40, 85, .14);
}

.dc-commercial-card-back {
  width: 130px;
  height: 175px;
  left: 15px;
  top: 22px;
  padding: 14px;
  background: #f7b865;
  color: #382c1c;
  transform: rotate(-11deg);
}

.dc-commercial-card-back span {
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dc-commercial-card-back strong {
  display: block;
  margin-top: 47px;
  font-size: 34px;
  font-weight: 600;
}

.dc-commercial-card-front {
  width: 145px;
  height: 195px;
  right: 5px;
  top: 7px;
  padding: 13px;
  background: #ffffff;
  transform: rotate(7deg);
}

.dc-commercial-card-front small {
  color: #9a97a0;
  font-size: 5px;
  letter-spacing: .8px;
}

.dc-commercial-product {
  height: 86px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  background: #29242f;
}

.dc-commercial-product span {
  width: 78px;
  height: 78px;
  position: absolute;
  left: 26px;
  top: 6px;
  border-radius: 50%;
  background:
    linear-gradient(135deg,
      #f06d91,
      #7955d3);
}

.dc-commercial-card-front>strong {
  display: block;
  margin-top: 9px;
  color: #2a282d;
  font-size: 13px;
  line-height: 1;
}


/* =========================================================
   FILTER
========================================================= */

.dc-filter {
  padding: 3px;
  border-radius: 20px;
  background: #ebeaee;
  display: flex;
  gap: 2px;
}

.dc-filter button {
  height: 31px;
  padding: 0 12px;
  border-radius: 17px;
  background: transparent;
  color: #8e8c94;
  font-size: 10px;
  font-weight: 500;
}

.dc-filter button.active {
  background: #ffffff;
  color: #343239;
  box-shadow:
    0 2px 7px rgba(25, 25, 30, .05);
}


/* =========================================================
   CHALLENGE LIST
========================================================= */

.dc-challenge-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dc-challenge-card {
  min-height: 350px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 22px;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(400px, 1.1fr);
  transition:
    border-color .18s ease,
    box-shadow .18s ease;
}

.dc-challenge-card:hover {
  border-color: rgb(228, 228, 228);
  box-shadow:
    0 13px 34px rgba(34, 28, 65, .045);
}


/* =========================================================
   CHALLENGE PREVIEW
========================================================= */

.dc-challenge-preview {
  min-width: 0;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}

.dc-preview-badge {
  position: absolute;
  z-index: 8;
  top: 17px;
  left: 17px;
  padding: 6px 8px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(8px);
  color: #4c4951;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.dc-preview-index {
  position: absolute;
  z-index: 5;
  right: 17px;
  bottom: 13px;
  color: rgb(255 255 255 / 32%);
  font-size: 20px;
  font-weight: 600;
}


/* =========================================================
   PREVIEW PAINT
========================================================= */

.dc-preview-paint {
  background:
    linear-gradient(145deg,
      #f7d9dc,
      #f0c9d5);
}

.dc-preview-paint-object {
  position: absolute;
  inset: 0;
}

.dc-preview-paint-object span {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.dc-preview-paint-object span:nth-child(1) {
  width: 295px;
  height: 85px;
  left: 50px;
  top: 75px;
  background: #e85e7f;
  transform: rotate(-14deg);
}

.dc-preview-paint-object span:nth-child(2) {
  width: 255px;
  height: 63px;
  left: 135px;
  top: 164px;
  background: #f19757;
  transform: rotate(15deg);
}

.dc-preview-paint-object span:nth-child(3) {
  width: 210px;
  height: 44px;
  left: 62px;
  top: 245px;
  background: #7153c4;
  transform: rotate(-8deg);
}

.dc-preview-paint-object span:nth-child(4) {
  width: 48px;
  height: 48px;
  left: 330px;
  top: 66px;
  background: #f5c94c;
}


/* =========================================================
   PREVIEW FREE
========================================================= */

.dc-preview-free {
  background:
    linear-gradient(145deg,
      #dcecf5,
      #d2e5f0);
}

.dc-preview-free svg {
  width: 100%;
  height: 100%;
}

.dc-preview-free path {
  fill: none;
  stroke: #2d688b;
  stroke-width: 12px;
  stroke-linecap: round;
}

.dc-preview-free .dc-preview-free-small {
  stroke: #e56389;
  stroke-width: 6px;
}

.dc-preview-free circle {
  fill: #ffffff;
}


/* =========================================================
   PREVIEW COMMERCIAL
========================================================= */

.dc-preview-commercial {
  background:
    linear-gradient(145deg,
      #ebe5f7,
      #ddd4ef);
}

.dc-ad-mockup {
  width: 225px;
  height: 285px;
  padding: 19px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform:
    translate(-50%, -48%) rotate(-4deg);
  box-shadow:
    0 24px 45px rgba(60, 46, 90, .17);
}

.dc-ad-label {
  color: #8f8999;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

.dc-ad-product {
  height: 132px;
  margin-top: 13px;
  position: relative;
  overflow: hidden;
  background: #242129;
}

.dc-ad-product span {
  width: 125px;
  height: 125px;
  position: absolute;
  left: 52px;
  top: 7px;
  border-radius: 50%;
  background:
    linear-gradient(135deg,
      #f17a97,
      #7a5ad4);
}

.dc-ad-mockup strong {
  display: block;
  margin-top: 14px;
  color: #29272c;
  font-size: 23px;
  line-height: .88;
  letter-spacing: -1px;
}

.dc-ad-mockup small {
  display: block;
  margin-top: 9px;
  color: #aaa7ad;
  font-size: 5px;
  letter-spacing: .7px;
}


/* =========================================================
   CHALLENGE INFO
========================================================= */

.dc-challenge-info {
  padding: 29px 31px;
  display: flex;
  flex-direction: column;
}

.dc-challenge-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.dc-status-open {
  padding: 5px 7px;
  border-radius: 6px;
  background: #eaf6f1;
  color: #43846d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
}

.dc-time-left {
  color: #111;
  font-size: 11px;
}

.dc-challenge-info h3 {
  margin-top: 10px;
  color: #27252b;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1.3px;
}

.dc-challenge-info>p {
  max-width: 500px;
  margin-top: 5px;
  color: #7e7b84;
  font-size: 14px;
  line-height: 1.65;
}

.dc-challenge-meta {
  margin-top: 10px;
  padding: 13px 0;
  border-top: 1px solid #ecebf0;
  border-bottom: 1px solid #ecebf0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dc-challenge-meta>div {
  display: flex;
  flex-direction: column;
}

.dc-challenge-meta span {
  color: #aaa7af;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .5px;
}

.dc-challenge-meta strong {
  margin-top: 4px;
  color: #4a474f;
  font-size: 14px;
  font-weight: 500;
}

.dc-challenge-footer {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dc-participants {
  display: flex;
}

.dc-participants span {
  width: 27px;
  height: 27px;
  margin-left: -14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #eeeafd;
  color: #6e5cbd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7px;
  font-weight: 600;
}

.dc-participants span:nth-child(2) {
  background: #ffe6ec;
  color: #b55c75;
}

.dc-participants span:nth-child(3) {
  background: #dff4ec;
  color: #4d836f;
}

.dc-participants span:nth-child(4) {
  background: #26242a;
  color: #ffffff;
}

.dc-participants span:first-child {
  margin-left: 0;
}

.dc-challenge-footer>a {
  min-height: 37px;
  padding: 0 14px;
  border-radius: 10px;
  background: #28262d;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 500;
  transition: .18s ease;
}

.dc-challenge-footer>a:hover {
  background: #7060bd;
}

.dc-challenge-footer>a span {
  font-size: 13px;
}


/* =========================================================
   HOW IT WORKS
========================================================= */

.dc-how {
  margin-top: 76px;
  padding: 39px 0;
  border-top: 1px solid #dedde2;
  border-bottom: 1px solid #dedde2;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 75px;
}

.dc-how-title h2 {
  margin-top: 9px;
  color: #29272d;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.5px;
}

.dc-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dc-how-step {
  min-width: 0;
  padding: 6px 23px;
  border-left: 1px solid #e1e0e5;
}

.dc-how-number {
  color: #dadada;
  font-size: 23px;
  font-weight: 500;
}


.dc-how-step strong {
  color: #36343a;
  font-size: 20px;
  font-weight: 500;
}

.dc-how-step p {
  max-width: 170px;
  margin-top: 2px;
  color: #545454;
  font-size: 12px;
  line-height: 1.3;
}


/* =========================================================
   PAST
========================================================= */

.dc-past {
  margin-top: 76px;
  padding: 34px 36px;
  border-radius: 20px;
  background: #f0eff3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.dc-past h2 {
  margin-top: 5px;
  color: #2f2d33;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}

.dc-past p {
  max-width: 460px;
  margin-top: 7px;
  color: #89868f;
  font-size: 10px;
  line-height: 1.55;
}

.dc-past>a {
  min-height: 39px;
  padding: 0 15px;
  border-radius: 10px;
  background: #ffffff;
  color: #4e4b53;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 500;
}


/* =========================================================
   RESPONSIVE 1050
========================================================= */

@media(max-width: 1050px) {

  .dc-intro {
    grid-template-columns: 1fr 370px;
  }

  .dc-category-content h3 {
    font-size: 27px;
  }

  .dc-challenge-card {
    grid-template-columns:
      minmax(300px, .85fr) minmax(360px, 1.15fr);
  }

  .dc-how {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }

}


/* =========================================================
   RESPONSIVE 850
========================================================= */

@media(max-width: 850px) {

  .dc-page {
    width: min(700px, calc(100% - 30px));
  }

  .dc-intro {
    grid-template-columns: 1fr;
  }

  .dc-summary {
    min-height: 330px;
  }

  .dc-category-grid {
    grid-template-columns: 1fr;
  }

  .dc-category {
    min-height: 390px;
  }

  .dc-category-content {
    max-width: 320px;
  }

  .dc-paint-art,
  .dc-free-art,
  .dc-commercial-art {
    right: 20px;
  }

  .dc-challenge-card {
    grid-template-columns: 1fr;
  }

  .dc-challenge-preview {
    min-height: 330px;
  }

  .dc-section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .dc-how {
    grid-template-columns: 1fr;
    gap: 35px;
  }

}


/* =========================================================
   RESPONSIVE 600
========================================================= */

@media(max-width: 600px) {

  .dc-page {
    width: calc(100% - 20px);
    padding-top: 20px;
  }

  .dc-intro-copy h1 {
    font-size: 47px;
    letter-spacing: -3px;
  }

  .dc-intro-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dc-primary-button,
  .dc-secondary-button {
    width: 100%;
  }

  .dc-summary {
    padding: 17px;
    border-radius: 18px;
  }

  .dc-summary-grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .dc-summary-item {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid #e6e4ea;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  .dc-summary-item strong {
    min-width: 70px;
  }

  .dc-category {
    min-height: 450px;
  }

  .dc-category-content h3 {
    font-size: 29px;
  }

  .dc-paint-art,
  .dc-free-art,
  .dc-commercial-art {
    right: -10px;
    opacity: .8;
  }

  .dc-filter {
    width: 100%;
    overflow-x: auto;
  }

  .dc-filter button {
    flex: 0 0 auto;
  }

  .dc-challenge-preview {
    min-height: 285px;
  }

  .dc-challenge-info {
    padding: 24px 20px;
  }

  .dc-challenge-info h3 {
    font-size: 24px;
  }

  .dc-challenge-meta {
    gap: 10px;
  }

  .dc-challenge-meta strong {
    font-size: 10px;
  }

  .dc-how-steps {
    grid-template-columns: 1fr;
  }

  .dc-how-step {
    padding: 20px 5px;
    border-left: 0;
    border-top: 1px solid #e1e0e5;
    display: grid;
    grid-template-columns: 45px 1fr;
  }

  .dc-how-step>div {
    margin-top: 0;
  }

  .dc-how-step p {
    max-width: none;
  }

  .dc-past {
    padding: 26px 22px;
    align-items: flex-start;
    flex-direction: column;
  }

}