/* V60 — frameless Profile control and in-page Rules popup. */
body[data-page="home"] .royal-bottom-item[data-bottom-action="account"],
body[data-page="home"] .royal-bottom-item[data-bottom-action="account"].active{
  border-color:transparent!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body[data-page="home"] .royal-bottom-item[data-bottom-action="account"] .nav-icon,
body[data-page="home"] .royal-bottom-item[data-bottom-action="account"].active .nav-icon{
  border:0!important;
  outline:0!important;
  background:linear-gradient(145deg,#9d20ce,#6c0c99)!important;
  color:var(--v52-gold,#ffe44f)!important;
  box-shadow:inset 0 2px rgba(255,255,255,.13),0 5px 0 #31063f,0 7px 15px rgba(0,0,0,.45)!important;
}

body[data-page="home"] .royal-bottom-item[data-bottom-action="account"]::before,
body[data-page="home"] .royal-bottom-item[data-bottom-action="account"]::after,
body[data-page="home"] .royal-bottom-item[data-bottom-action="account"] .nav-icon::before,
body[data-page="home"] .royal-bottom-item[data-bottom-action="account"] .nav-icon::after{
  content:none!important;
  display:none!important;
}

.rules-popup-card{
  width:min(760px,calc(100vw - 28px))!important;
  max-height:min(86vh,820px)!important;
  padding:24px 20px 28px!important;
}

.rules-popup-card h2{
  margin:0 42px 18px!important;
  color:#ffe77a;
}

.rules-popup-content{
  display:grid;
  gap:18px;
}

.rules-popup-text{
  white-space:pre-wrap;
  text-align:left;
  font-size:15px;
  font-weight:650;
  line-height:1.65;
  color:#fff5d4;
}

.rules-popup-image{
  overflow:hidden;
  border-radius:14px;
  background:#0b0610;
}

.rules-popup-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:58vh;
  object-fit:contain;
}
