@import url("../whist/styles.css");

.mode-chip{
  background:linear-gradient(180deg,rgba(60,130,70,.26),rgba(18,56,24,.5)) !important;
}

.mode-menu{
  background:linear-gradient(180deg,rgba(48,110,62,.72),rgba(14,46,25,.62)) !important;
}

.score-box{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:6px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.08);
  color:#ffd166;
  font-weight:900;
}

.center-pile{
  width:min(92vw,520px) !important;
  height:210px !important;
  min-height:210px !important;
}

.center-pile .george-card{
  width:76px !important;
  height:106px !important;
  min-width:76px !important;
}

.play-card.playable{
  outline:4px solid rgba(255,255,255,.82);
  outline-offset:-4px;
  box-shadow:
    0 0 26px rgba(120,255,160,.28),
    0 18px 30px rgba(0,0,0,.42) !important;
}

@media(max-width:760px){
  .center-pile{
    width:min(94vw,360px) !important;
    height:164px !important;
    min-height:164px !important;
  }

  .center-pile .george-card{
    width:58px !important;
    height:82px !important;
    min-width:58px !important;
  }
}
