#bidtree-onboarding-video-guide {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 180;
  color: #12263a;
  font-family: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
}

.bt-onboarding-player,
.bt-onboarding-congrats {
  width: min(430px, calc(100vw - 32px));
  border: 1px solid rgba(72, 132, 194, 0.24);
  border-radius: 16px;
  background: rgba(250, 253, 255, 0.98);
  box-shadow: 0 22px 70px rgba(24, 63, 104, 0.22);
  overflow: hidden;
}

.bt-onboarding-player-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px 10px;
  border-bottom: 1px solid rgba(86, 137, 188, 0.16);
}

.bt-onboarding-kicker {
  display: block;
  margin-bottom: 2px;
  color: #3d75a7;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bt-onboarding-player-head strong {
  color: #0e2940;
  font-size: 0.98rem;
  font-weight: 900;
}

.bt-onboarding-player-head button {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(60, 119, 180, 0.22);
  border-radius: 999px;
  background: #fff;
  color: #315f87;
  cursor: pointer;
  font-weight: 900;
}

.bt-onboarding-screen {
  margin: 12px 16px;
  min-height: 136px;
  border: 1px solid rgba(92, 148, 201, 0.18);
  border-radius: 14px;
  background: linear-gradient(145deg, #f3f9ff, #ffffff);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.bt-onboarding-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(55, 148, 228, 0.14), transparent 34%), radial-gradient(circle at 82% 32%, rgba(39, 125, 199, 0.1), transparent 28%);
  pointer-events: none;
}

.bt-onboarding-progress {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 5px;
  border-radius: 999px;
  background: rgba(35, 82, 125, 0.1);
  overflow: hidden;
}

.bt-onboarding-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1f79d1, #58b4f7);
}

.bt-onboarding-welcome,
.bt-onboarding-complete {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  place-items: center;
  text-align: center;
}

.bt-onboarding-welcome strong {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #1b6fb8, #5db6f7);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
}

.bt-onboarding-welcome span,
.bt-onboarding-complete span {
  color: #516a80;
  font-size: 0.82rem;
  font-weight: 800;
}

.bt-onboarding-cards,
.bt-onboarding-steps {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 18px;
}

.bt-onboarding-cards span,
.bt-onboarding-steps span {
  border: 1px solid rgba(58, 130, 205, 0.2);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(40, 87, 130, 0.08);
  color: #164f87;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 9px 12px;
}

.bt-onboarding-browser {
  position: relative;
  z-index: 1;
  width: min(310px, calc(100% - 38px));
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border: 1px solid rgba(43, 111, 180, 0.18);
  border-radius: 999px;
  background: #fff;
  padding: 8px 14px;
  box-shadow: 0 14px 34px rgba(35, 82, 125, 0.13);
}

.bt-onboarding-browser span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #a8bbca;
}

.bt-onboarding-browser strong {
  color: #1264ac;
  font-size: 0.8rem;
  font-weight: 900;
}

.bt-onboarding-browser i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(69, 80, 91, 0.2);
  border-radius: 9px;
  background: #f7f8fa;
  box-shadow: 0 0 0 5px rgba(52, 72, 93, 0.07);
}

.bt-onboarding-browser i img {
  width: 23px;
  height: 23px;
  opacity: 0.76;
}

.bt-onboarding-inline-puzzle {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  opacity: 0.76;
  vertical-align: -5px;
}

.bt-onboarding-complete strong {
  color: #146b3a;
  font-size: 1.25rem;
  font-weight: 900;
}

.bt-onboarding-copy {
  padding: 0 16px 12px;
}

.bt-onboarding-copy h2,
.bt-onboarding-congrats h2 {
  margin: 0 0 6px;
  color: #102033;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0;
}

.bt-onboarding-copy p,
.bt-onboarding-congrats p {
  margin: 0;
  color: #40586d;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.bt-onboarding-warning {
  margin-top: 10px;
  border: 1px solid rgba(225, 166, 55, 0.28);
  border-radius: 10px;
  background: rgba(255, 247, 230, 0.9);
  color: #7a510d;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 8px 10px;
}

.bt-onboarding-controls,
.bt-onboarding-choice-row,
.bt-onboarding-settings-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 14px;
}

.bt-onboarding-controls button,
.bt-onboarding-controls a,
.bt-onboarding-choice-row button {
  min-height: 34px;
  border: 1px solid rgba(35, 104, 181, 0.22);
  border-radius: 9px;
  background: #fff;
  color: #175b99;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0 11px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bt-onboarding-controls a,
.bt-onboarding-choice-row button:first-child {
  background: #176bc2;
  border-color: #176bc2;
  color: #fff;
}

.bt-onboarding-choice-row {
  border-top: 1px solid rgba(86, 137, 188, 0.13);
  padding-top: 12px;
}

.bt-onboarding-congrats {
  padding: 18px;
}

.bt-onboarding-congrats .bt-onboarding-choice-row {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 14px;
}

.bt-onboarding-settings-card {
  scroll-margin-top: 110px;
}

.bt-onboarding-settings-card .settings-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.bt-onboarding-settings-note {
  margin: 10px 0 0;
  color: #61758a;
  font-size: 0.86rem;
  font-weight: 700;
}

.bt-onboarding-faq {
  margin-top: 28px;
  border-top: 1px solid rgba(62, 107, 149, 0.16);
  padding-top: 22px;
}

.bt-onboarding-faq details {
  border: 1px solid rgba(62, 107, 149, 0.14);
  border-radius: 10px;
  background: rgba(247, 251, 255, 0.72);
  margin: 10px 0;
  padding: 10px 12px;
}

.bt-onboarding-faq summary {
  cursor: pointer;
  color: #102033;
  font-weight: 900;
}

.bt-onboarding-faq p {
  margin: 8px 0 0;
}

@media (max-width: 760px) {
  #bidtree-onboarding-video-guide {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .bt-onboarding-player,
  .bt-onboarding-congrats {
    width: 100%;
  }
}
.bt-onboarding-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 179;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(43, 112, 188, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #145a97;
  box-shadow: 0 12px 34px rgba(24, 63, 104, 0.16);
  cursor: pointer;
  font: 900 0.82rem/1 "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
}

.bt-onboarding-launcher:hover,
.bt-onboarding-launcher:focus-visible {
  border-color: rgba(31, 121, 209, 0.5);
  box-shadow: 0 0 0 4px rgba(42, 130, 220, 0.12), 0 14px 40px rgba(24, 63, 104, 0.2);
  outline: none;
}
