/* YaarWin v5: larger sportsbook action buttons, category icons, and bottom logout. */
.p8-home .p8-home__nav-left {
  display: flex !important;
  align-items: center !important;
  gap: .16rem !important;
  min-width: 0 !important;
}

.p8-home .p8-home__menu-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .075rem !important;
  width: .68rem !important;
  height: .68rem !important;
  min-width: .68rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 199, 111, .24) !important;
  border-radius: .18rem !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 .04rem .13rem rgba(0, 139, 79, .11) !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
  touch-action: manipulation !important;
  z-index: 5 !important;
}

.p8-home .p8-home__menu-btn span {
  display: block !important;
  position: static !important;
  width: .32rem !important;
  height: .045rem !important;
  min-height: .045rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 99px !important;
  background: #00c874 !important;
  opacity: 1 !important;
  transform: none !important;
}

.p8-home .p8-home__menu-btn:active {
  transform: scale(.94) !important;
}

.p8-home .p8-home__nav-logo {
  max-width: 2.2rem !important;
  height: .86rem !important;
  object-fit: contain !important;
}

/* Small, professional sportsbook-style action pills. */
.p8-home .activity-cards {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: .2rem !important;
  width: 100% !important;
  margin: .04rem 0 .2rem !important;
  padding: 0 !important;
}

.p8-home .activity-cards__item {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: .94rem !important;
  min-height: .94rem !important;
  margin: 0 !important;
  padding: 0 .3rem !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background-image: none !important;
  background-size: auto !important;
  box-shadow: none !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
  touch-action: manipulation !important;
}

.p8-home .activity-cards__item--wheel {
  border: 1px solid #00c874 !important;
  background: linear-gradient(90deg, #00c874, #00dc82) !important;
  color: #fff !important;
}

.p8-home .activity-cards__item--bonus {
  border: 1px solid rgba(0, 190, 105, .5) !important;
  background: #fff !important;
  color: #00a960 !important;
}

.p8-home .activity-cards__item::before,
.p8-home .activity-cards__item::after,
.p8-home .activity-cards__item-icon,
.p8-home .activity-cards__item-subtitle,
.p8-home .activity-cards__item-tag {
  display: none !important;
  content: none !important;
}

.p8-home .activity-cards__item-title {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: .34rem !important;
  line-height: 1 !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

.p8-home .activity-cards__item:active {
  transform: scale(.97) !important;
}

/* Vertical game menu. */
#yw-game-menu-root {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  pointer-events: none;
  font-family: inherit;
}

#yw-game-menu-root.is-open {
  pointer-events: auto;
}

.yw-game-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 31, 24, .42);
  opacity: 0;
  transition: opacity .2s ease;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

#yw-game-menu-root.is-open .yw-game-menu__backdrop {
  opacity: 1;
}

.yw-game-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: min(78vw, 6.9rem);
  padding: max(.36rem, env(safe-area-inset-top)) .28rem max(.3rem, env(safe-area-inset-bottom));
  background: #fff;
  border-right: 1px solid rgba(0, 190, 105, .18);
  box-shadow: .18rem 0 .55rem rgba(3, 70, 51, .2);
  transform: translateX(-104%);
  transition: transform .22s ease;
  overflow: hidden;
}

#yw-game-menu-root.is-open .yw-game-menu__panel {
  transform: translateX(0);
}

.yw-game-menu__header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: .18rem;
  padding: .08rem .04rem .25rem;
  border-bottom: 1px solid rgba(0, 190, 105, .14);
}

.yw-game-menu__title {
  color: #143c32;
  font-size: .38rem;
  line-height: 1.1;
  font-weight: 800;
}

.yw-game-menu__close {
  appearance: none;
  width: .64rem;
  height: .64rem;
  padding: 0;
  border: 1px solid rgba(0, 190, 105, .2);
  border-radius: 50%;
  background: #f5fff9;
  color: #17624d;
  font-size: .42rem;
  line-height: .58rem;
  text-align: center;
  cursor: pointer;
}

.yw-game-menu__list {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  gap: .1rem;
  padding: .22rem 0 .18rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.yw-game-menu__item {
  appearance: none;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: .88rem;
  padding: .08rem .18rem;
  border: 0;
  border-radius: .2rem;
  background: transparent;
  color: #193f35;
  font-size: .3rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.yw-game-menu__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: .58rem;
  height: .58rem;
  margin-right: .2rem;
  border-radius: .17rem;
  background: #eafff4;
  color: #00a960;
  box-shadow: inset 0 0 0 1px rgba(0, 190, 105, .1);
}

.yw-game-menu__icon svg {
  display: block;
  width: .36rem;
  height: .36rem;
}

.yw-game-menu__item-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yw-game-menu__item:hover,
.yw-game-menu__item:active,
.yw-game-menu__item.is-current {
  background: #eafff4;
  color: #008d50;
}

.yw-game-menu__item.is-current .yw-game-menu__icon {
  background: #00c874;
  color: #fff;
  box-shadow: 0 .05rem .15rem rgba(0, 184, 103, .22);
}

.yw-game-menu__footer {
  flex: 0 0 auto;
  padding-top: .2rem;
  border-top: 1px solid rgba(0, 190, 105, .14);
}

.yw-game-menu__logout {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: .9rem;
  padding: 0 .25rem;
  border: 1px solid rgba(225, 64, 64, .22);
  border-radius: .2rem;
  background: #fff5f5;
  color: #d83b3b;
  font: inherit;
  font-size: .31rem;
  font-weight: 800;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.yw-game-menu__logout:active {
  transform: scale(.98);
  background: #ffeaea;
}

.yw-game-menu__logout-icon {
  display: inline-flex;
  width: .4rem;
  height: .4rem;
  margin-right: .16rem;
}

.yw-game-menu__logout-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.yw-game-menu-open {
  overflow: hidden !important;
  touch-action: none;
}
