/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

body {
  color: #ffffff;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

#__next {
  width: 100%;
  height: 100%;
  background: transparent;
}

.overlay-shell {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  pointer-events: none;
}

.user-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: min(90vw, 1200px);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
}

.user-avatar {
  width: clamp(40px, 4vw, 72px);
  height: clamp(40px, 4vw, 72px);
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.45);
}

.user-name {
  font-size: clamp(1.4rem, 3.8vw, 4rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.98);
  text-shadow:
    0 0 8px rgba(0, 0, 0, 0.95),
    0 0 20px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

