a{text-align: center;display: inline-block;text-decoration: none;cursor: pointer;font-family: "Trebuchet MS", Helvetica, sans-serif;}
/* a img{width:100%;height: 100%;border: none !important;} */
.game_fileds{display:grid;justify-content:center;}
a.glowBtn {
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 100px;height: 100px;
  border-radius: 50%;position: relative;
  background: linear-gradient(145deg, #1f1f2e, #151521);
  box-shadow: inset 3px 3px 6px rgba(255,255,255,0.03),inset -3px -3px 6px rgba(0,0,0,0.7),0 6px 14px rgba(0,0,0,0.8);
  margin: 0 10px 10px 0;
  border: 1px solid rgba(255, 215, 0, 0.08);
  transition: all 0.25s ease;
}

a.glowBtn:after{
  z-index: -1;content: "";cursor: pointer;top: 1px;margin-left: 50%;left: -48px;width: 96px;height: 96px;display: block;position: absolute;
  background-size: 100%;background-image: -moz-linear-gradient(#444444, #373738);background-image: -webkit-linear-gradient(#444444, #373738);background-image: linear-gradient(#444444, #373738);border-radius: 50%;
}
.game_fileds > .glowBtn > .bonanza_ico{font-size:2.3em;}
#choices .customer_choices{transition: transform 0.6s ease, opacity 0.6s ease;}
#choices .customer_choices:active{
  border:none;
  padding:10px;
  opacity: 0;
  transform: translate(
    calc((var(--x) - 1.5) * 100px),
    calc((var(--y) - 1.5) * 100px)
  ) rotate(360deg);
}
/* -------------------
	Hover States
-------------------- */
a.glowBtn:hover{
  transform: scale(1.08);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.35), 0 0 25px rgba(255, 140, 0, 0.2);
  border-color: rgba(255, 215, 0, 0.4);
}

a.glowBtn:hover:after, a.hover:after {
  background: linear-gradient(145deg, #2a2a3d, #1a1a2a);
  box-shadow: inset 3px 3px 9px rgba(255,255,255,0.03),inset -3px -3px 9px rgba(0,0,0,0.7),0 6px 14px rgba(0,0,0,0.8);
}
/* -------------------
	Active States
-------------------- */
a.glowBtn:active {
  transform: scale(0.92);
  box-shadow:inset 0 3px 8px rgba(0,0,0,0.8),0 0 10px rgba(255, 215, 0, 0.2);
}

/* Selected state */
a.glowBtn:active {
  border: 1px solid rgba(255, 215, 0, 0.8);
  box-shadow:0 0 12px rgba(255, 215, 0, 0.6),0 0 30px rgba(255, 140, 0, 0.4),inset 0 0 10px rgba(255, 215, 0, 0.2);
  background: linear-gradient(145deg, #2a2a3d, #1a1a2a);
}

/* --------------------
  REG BUTTON
----------------------*/

.regBtns{
  background-color: #1a1a1a ;
  -moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
  border:1px solid #ff8c00;
  color: #ffd700;
  transition: 0.3s;
  display: flex;
}
#forgotPass{ color: #ffd700; letter-spacing: 0.08em;}
#reg_btn{
  display: flex;
  flex-wrap: nowrap; /* ❗ prevents stacking */
  gap: 10px;
}
#reg_btn button {
  flex: 1;            /* share space equally */
  white-space: nowrap;
  font-size: clamp(10px, 2.5vw, 16px);
}
/* -------------------
	SuperBtn
-------------------- */
a.superBtn {
  font-weight: bold;
  letter-spacing: 0.08em;width: 242px;height: 39.6px;line-height: 39.6px;position: relative;
  -moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;background-size: 100%;
  background: linear-gradient(90deg, #ffd700, #ff8c00);
  color: #1a1a1a;
  box-shadow: 0 2px 6px rgba(255, 165, 0, 0.35);
  transition: 0.3s;
}
a.superBtn:active {color: #aeaeae; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 0px 30px rgba(14, 26, 26, 0.7); background: #1a1a1a; -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 3px 3px rgba(0, 0, 0, 0.7), inset 0 0 4px rgba(0, 0, 0, 0.9), 0 0 0 black; -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 3px 3px rgba(0, 0, 0, 0.7), inset 0 0 4px rgba(0, 0, 0, 0.9), 0 0 0 black; box-shadow: 0 1px 0px rgba(255, 255, 255, 0.4), inset 0 3px 3px rgba(0, 0, 0, 0.7), inset 0 0 4px rgba(0, 0, 0, 0.9), 0 0 0 black;}
#reset_button{display: none;}
@media screen and (max-width: 435px){
  a.glowBtn {
    color:#aeaeae;z-index: 10;margin: 0 10px 10px 0;
    width: 80px;height: 80px;
    line-height:0px;
    position: relative;font-size: 13.2px;
    padding: 30px;
  }
  a.glowBtn:after{
    z-index: -1;content: "";cursor: pointer;top: 1px;
    margin-left: 63%;left: -48px;
    width: 76px;height: 76px;
  }
}

@media only screen and (min-width: 436px) and (max-width: 800px){
  a.glowBtn {
    color:#aeaeae;z-index: 10;margin: 0 10px 10px 0;
    width: 80px;height: 80px;
    line-height:0px;
    position: relative;font-size: 13.2px;
    padding: 30px;
  }
  a.glowBtn:after{
    z-index: -1;content: "";cursor: pointer;top: 1px;
    margin-left: 63%;left: -48px;
    width: 76px;height: 76px;
  }
  a.superBtn {
    z-index: 2000;
    margin-top: 5px;
    letter-spacing: 0.08em;
    width: 50%;height: 39.6px;
    position: relative;
  }
}

.active{
  border: 1px solid rgba(255, 215, 0, 0.8) !important;
  box-shadow:0 0 12px rgba(255, 215, 0, 0.6),0 0 30px rgba(255, 140, 0, 0.4),inset 0 0 10px rgba(255, 215, 0, 0.2) !important;
  background: linear-gradient(145deg, #2a2a3d, #1a1a2a) !important;
}

/* PWA INSTALL BTN */

/* Install box */
#pwa-install {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #1a1a2e;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  display: flex; /* force visible for testing */
  align-items: center;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  width: calc(100% - 20px);
  max-width: 400px;
  border:1px solid grey;
}

/* Button */
#pwainstallBtn {
  flex: 1;border: none;
  font-weight: bold;border-radius: 8px;
  letter-spacing: 0.08em;line-height: 39.6px;position: relative;
  background-size: 100%;padding: 10px;
  background: linear-gradient(90deg, #ffd700, #ff8c00);
  color: #1a1a1a;
  transition: 0.3s;
  cursor: pointer; 
}

/* Close icon */
#pwacloseBtn {
  cursor: pointer;
  font-size: 18px;
}

/* Desktop */
@media (min-width: 768px) {
  #pwa-install {
    bottom: 20px;
    right: 20px;
    left: auto;
    transform: none;
    width: auto;
    max-width: 300px;
  }
}
