#laoyou-corner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  max-width: 280px;
  font-family: 'Noto Serif CJK SC', 'Source Han Serif', 'PingFang SC', 'Microsoft YaHei', serif;
  font-size: 13px;
  line-height: 1.8;
  color: #6b6b6b;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
  will-change: opacity;
}

#laoyou-corner.visible {
  opacity: 0.85;
  pointer-events: auto;
}

#laoyou-corner .text {
  background: rgba(255,255,255,0.92);
  border-left: 2px solid #c9b99a;
  padding: 10px 14px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

#laoyou-corner .trace {
  margin-top: 6px;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    #d4c5a9 0px,
    #d4c5a9 4px,
    transparent 4px,
    transparent 8px
  );
  opacity: 0.4;
}

#laoyou-report {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  max-width: 90vw;
  max-height: 80vh;
  overflow-y: auto;
  background: #fdfaf5;
  border: 1px solid #d4c5a9;
  border-radius: 4px;
  padding: 40px 36px;
  font-family: 'Noto Serif CJK SC', 'Source Han Serif', 'PingFang SC', 'Microsoft YaHei', serif;
  font-size: 14px;
  line-height: 2;
  color: #4a4a4a;
  z-index: 10000;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

#laoyou-report h2 {
  font-size: 16px;
  color: #8b7355;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}

#laoyou-report .close {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
  font-size: 18px;
  color: #999;
  background: none;
  border: none;
}

#laoyou-report .seal {
  margin-top: 24px;
  text-align: right;
  font-size: 12px;
  color: #b0a080;
}
