.steam-sl-wrap {
  width: 100%;
  margin-top: 10px;
}

.steam-sl-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(136, 152, 200, 0.85);
}

.steam-sl-label::before,
.steam-sl-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 192, 244, 0.35), transparent);
}

.steam-sl-hint {
  margin: 10px 0 0;
  font-size: .78rem;
  line-height: 1.45;
  color: rgba(136, 152, 200, 0.75);
  text-align: center;
}

.steam-sl-host,
.steam-sl-wrap .social-signin-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.steam-sl-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 20px 0 58px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  isolation: isolate;
}

.steam-sl-btn__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 2;
}

.steam-sl-btn__logo {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.steam-sl-btn__text {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.steam-sl-btn__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}

.steam-sl-btn--steam {
  background-color: #171a21 !important;
  background-image: linear-gradient(135deg, #1b2838 0%, #171a21 45%, #2a475e 100%) !important;
  border-color: rgba(102, 192, 244, 0.35) !important;
  box-shadow:
    0 8px 28px rgba(23, 26, 33, 0.55),
    0 0 0 1px rgba(102, 192, 244, 0.2) inset,
    0 0 36px rgba(42, 71, 94, 0.25) !important;
}

.steam-sl-btn--steam:hover,
.steam-sl-btn--steam:focus {
  transform: translateY(-2px);
  color: #fff !important;
  filter: brightness(1.08);
  box-shadow:
    0 14px 40px rgba(42, 71, 94, 0.55),
    0 0 48px rgba(102, 192, 244, 0.2),
    0 0 0 1px rgba(102, 192, 244, 0.45) inset !important;
}

.steam-sl-complete {
  max-width: 480px;
  margin: 2rem auto;
  padding: 28px 24px;
  background: rgba(14, 20, 42, 0.95);
  border: 1px solid rgba(102, 192, 244, 0.25);
  border-radius: 16px;
  color: #e8ecff;
}

.steam-sl-complete h1 {
  margin: 0 0 8px;
  font-size: 1.4rem;
}

.steam-sl-complete p {
  color: #8a9bc6;
  line-height: 1.6;
}

.steam-sl-complete-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
  padding: 14px;
  border-radius: 12px;
  background: rgba(8, 12, 28, 0.8);
  border: 1px solid rgba(102, 192, 244, 0.15);
}

.steam-sl-complete-profile img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
}

.steam-sl-complete .form-control {
  width: 100%;
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(102, 192, 244, 0.25);
  background: rgba(6, 9, 24, 0.85);
  color: #e8ecff;
}

.steam-sl-complete .btn-primary {
  width: 100%;
  margin-top: 8px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #2a475e, #66c0f4);
  color: #171a21;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.steam-sl-alert-error {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fecaca;
}
