/* 百人牛牛复用三公金绿罗盘牌背 v375 */
.hundred-niu-room .hn-hand .card.back {
  --src-gold: #f2cf70 !important;
  --src-gold-deep: #745114 !important;
  --src-green: #07504a !important;
  --src-green-dark: #032e2b !important;
  border: 0 !important;
  color: transparent !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(26, 147, 137, .28), transparent 36%),
    linear-gradient(135deg, #07504a 0%, #053d39 48%, #032e2b 100%) !important;
  background-image:
    radial-gradient(circle at 50% 48%, rgba(26, 147, 137, .28), transparent 36%),
    linear-gradient(135deg, #07504a 0%, #053d39 48%, #032e2b 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(242, 207, 112, .46),
    inset 0 0 12px rgba(255, 255, 255, .08),
    0 3px 7px rgba(0, 19, 60, .35) !important;
  overflow: hidden !important;
}

.hundred-niu-room .hn-hand .card.back::before,
.hundred-niu-room .hn-hand .card.back::after {
  content: none !important;
  display: none !important;
}

.hundred-niu-room .hn-hand .card.back > span {
  display: block !important;
}

.hundred-niu-room .hn-hand .card.back .back-gold-frame {
  inset: 2px !important;
  border: 1px solid #f6d980 !important;
  border-radius: 4px !important;
  box-shadow:
    inset 0 0 0 1px #8f6619,
    inset 0 0 0 2px rgba(255, 217, 120, .82),
    inset 0 0 0 3px rgba(59, 40, 7, .82) !important;
}

.hundred-niu-room .hn-hand .card.back .back-compass-ring {
  border-color: #f5d47a !important;
  background:
    radial-gradient(circle, #063d38 0 18%, transparent 19%),
    conic-gradient(from 45deg, #ffe99c, #b8781b, #f7d777, #8c5510, #ffe99c) !important;
}

.hundred-niu-room .hn-hand .card.back .back-center-dot {
  border-color: #f1cf72 !important;
  background: #07504a !important;
}

.hundred-niu-room .hn-hand .card.back .back-diamond {
  display: none !important;
}
