.asc-intro {
  display: none !important;
}

.asc-logo-wrap {
  margin-bottom: clamp(10px, 1.5vh, 16px) !important;
}

.asc-logo-title {
  font-size: clamp(34px, 3.7vw, 54px) !important;
}

.asc-logo-classic {
  font-size: clamp(9px, .8vw, 12px) !important;
}

.asc-logo-sub {
  font-size: clamp(7px, .6vw, 9px) !important;
}

.stream-url-panel {
  width: min(100%, 1140px) !important;
  margin-top: 9px !important;
}

.stream-url-panel::before {
  content: "Paste a Skill-Capped URL";
  display: block;
  margin: 0 0 7px 5px;
  color: #dbeafe;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(96, 165, 250, .25);
}

.stream-url-panel .url-input-shell {
  min-height: 74px !important;
  padding: 9px 10px 9px 19px !important;
  border-color: rgba(96, 165, 250, .48) !important;
  background:
    linear-gradient(135deg, rgba(20, 35, 66, .98), rgba(8, 15, 31, .97)) !important;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, .38),
    0 0 28px rgba(59, 130, 246, .08),
    inset 0 1px 0 rgba(255, 255, 255, .09) !important;
}

.stream-url-panel .url-leading-icon {
  width: 21px !important;
  height: 21px !important;
  color: #93c5fd !important;
  opacity: .92 !important;
}

.url-input-label {
  color: #93c5fd !important;
  font-size: 10px !important;
  letter-spacing: .12em !important;
}

.stream-url-panel #url {
  height: 30px !important;
  color: #f8fbff !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 30px !important;
}

.stream-url-panel #url::placeholder {
  color: #91a3bc !important;
  opacity: .82;
  font-weight: 550 !important;
}

.url-action-button {
  min-width: 132px !important;
  height: 50px !important;
  border-color: rgba(191, 219, 254, .58) !important;
  font-size: 13px !important;
  box-shadow: 0 11px 27px rgba(37, 99, 235, .4), inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.stream-url-panel > .url-field-helper {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 8px 7px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #91a3bc !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 11px !important;
}

.url-field-helper strong {
  color: #c3d4ea;
  font-weight: 800;
}

.url-field-helper kbd {
  border-color: rgba(147, 197, 253, .3) !important;
  color: #bfdbfe !important;
  background: rgba(30, 58, 138, .25) !important;
}

@media (max-width: 600px) {
  .asc-logo-title {
    font-size: clamp(31px, 9.5vw, 42px) !important;
  }

  .stream-url-panel::before {
    margin-left: 3px;
    font-size: 10px;
  }

  .stream-url-panel .url-input-shell {
    min-height: 64px !important;
    padding: 7px 7px 7px 14px !important;
  }

  .stream-url-panel #url {
    font-size: 13px !important;
  }

  .url-action-button {
    min-width: 82px !important;
    height: 46px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }
}
