/* Instant paint shell — removed once React mounts. Not part of the app bundle. */
#qq-boot-shell {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 60;
  pointer-events: none;
}
.qq-boot-header {
  background: #fff;
  border-bottom: 1px solid #f0f2f7;
}
.qq-boot-inner {
  max-width: 1240px;
  margin: 0 auto;
  min-height: 68px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.qq-boot-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #10162f;
}
.qq-boot-brand img {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(30, 63, 224, 0.18);
}
.qq-boot-name {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.qq-boot-lang {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #687084;
  width: 76px;
  justify-content: center;
}
.qq-boot-lang .is-selected {
  color: #304ee2;
  font-weight: 800;
}
.qq-boot-lang-sep {
  color: #98a0b0;
}
#qq-boot-shell-spacer {
  height: 69px;
  flex-shrink: 0;
}
