.brandute-launcher,
.brandute-launcher * {
  box-sizing: border-box;
}

.brandute-launcher [hidden] {
  display: none !important;
}

.brandute-launcher {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 24px;
  background: #10231d;
  color: #ffffff;
}

.brandute-launcher__intro {
  margin-bottom: 22px;
}

.brandute-launcher__kicker {
  margin: 0 0 8px;
  color: #ff8a00 !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brandute-launcher__intro h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.05;
}

.brandute-launcher__intro p {
  max-width: 820px;
  margin: 0;
  color: #dce7e2;
  font-size: 16px;
  line-height: 1.55;
}

.brandute-launcher__switch {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 18px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
}

.brandute-launcher__switch button {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  background: transparent;
  color: #dce7e2;
  cursor: pointer;
  font-weight: 800;
}

.brandute-launcher__switch button.is-active {
  background: #ff8a00;
  color: #111111;
}

.brandute-launcher__form {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid #eadfd2;
  border-radius: 18px;
  background: #fff8ef;
  color: #10231d;
}

.brandute-launcher__form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #10231d;
  font-weight: 800;
}

.brandute-launcher__form label > span {
  font-size: 14px;
}

.brandute-launcher__form input[type="text"] {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #d9cbbb;
  border-radius: 12px;
  background: #ffffff;
  color: #10231d;
  font-size: 16px;
}

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

.brandute-launcher__chips,
.brandute-launcher__extensions,
.brandute-launcher__scores {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brandute-launcher__chips button {
  border: 1px solid #eadfd2;
  border-radius: 999px;
  padding: 9px 13px;
  background: #ffffff;
  color: #10231d;
  cursor: pointer;
  font-weight: 750;
}

.brandute-launcher__extensions label {
  display: inline-flex;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid #eadfd2;
  border-radius: 999px;
  background: #ffffff;
}

.brandute-launcher__form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brandute-launcher__form-footer p {
  flex: 1 1 400px;
  margin: 0;
  color: #5f716b;
  font-size: 14px;
}

.brandute-launcher__form-footer button,
.brandute-launcher__choose,
.brandute-launcher__more button {
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  background: #ff8a00;
  color: #111111;
  cursor: pointer;
  font-weight: 800;
}

.brandute-launcher__status {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
}

.brandute-launcher__status.is-loading {
  background: rgba(255, 255, 255, .14);
}

.brandute-launcher__status.is-success {
  background: rgba(65, 161, 94, .25);
}

.brandute-launcher__status.is-warning {
  background: rgba(255, 183, 0, .22);
}

.brandute-launcher__status.is-error {
  background: rgba(211, 47, 47, .30);
}

.brandute-launcher__results-wrap {
  scroll-margin-top: 30px;
  margin-top: 16px;
}

.brandute-launcher__results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.brandute-launcher__card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #eadfd2;
  border-radius: 18px;
  background: #ffffff;
  color: #10231d;
}

.brandute-launcher__card.is-negative {
  opacity: .78;
}

.brandute-launcher__card-top {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.brandute-launcher__domain-block {
  min-width: 0;
  flex: 1 1 auto;
}

.brandute-launcher__domain-block h3 {
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #10231d;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 800;
  line-height: 1.12;
}

.brandute-launcher__category {
  margin: 8px 0 0 !important;
  color: #5f716b !important;
  font-size: 13px !important;
}

.brandute-launcher__match {
  flex: 0 0 72px;
  padding: 9px 7px;
  border-radius: 12px;
  background: #f2f7f6;
  text-align: center;
}

.brandute-launcher__match strong {
  display: block;
  color: #10231d;
  font-size: 21px;
  line-height: 1;
}

.brandute-launcher__match span {
  display: block;
  margin-top: 5px;
  color: #5f716b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.brandute-launcher__card-body {
  flex: 1 1 auto;
}

.brandute-launcher__card p {
  margin: 12px 0;
  color: #42554e;
  font-size: 15px;
  line-height: 1.55;
}

.brandute-launcher__muted {
  color: #5f716b !important;
  font-size: 13px !important;
}

.brandute-launcher__score {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f2f7f6;
  color: #42554e;
  font-size: 12px;
}

.brandute-launcher__score strong {
  color: #10231d;
}

.brandute-launcher__choose {
  width: 100%;
  margin-top: auto;
}

.brandute-launcher__choose:disabled,
.brandute-launcher__form-footer button:disabled {
  opacity: .62;
  cursor: wait;
}

.brandute-launcher__more {
  display: flex;
  justify-content: center;
  padding-top: 18px;
}

.brandute-launcher__more button {
  min-width: 260px;
  background: #ffffff;
}

@media (max-width: 980px) {
  .brandute-launcher__results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .brandute-launcher {
    padding: 20px;
  }

  .brandute-launcher__switch {
    width: 100%;
  }

  .brandute-launcher__switch button {
    flex: 1 1 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .brandute-launcher__two-column,
  .brandute-launcher__results {
    grid-template-columns: minmax(0, 1fr);
  }

  .brandute-launcher__form-footer button {
    width: 100%;
  }
}
