body {
  margin: 0;
  padding: 0;
  height: 100vh;         /* фиксирует высоту окна */
  position: relative;    /* позволяет .page ориентироваться по нему */
  overflow: hidden;      /* отключает лишнюю прокрутку */
}
  @font-face {
    font-family: 'RoobertPro';
    src: local('Roobert Pro'), local('RoobertPro'),
         url('assets/roobertpro.woff2') format('woff2'),
         url('assets/roobertpro.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }

.rank-coin-ref img{
    vertical-align: middle;
    position: relative;
    top: -1px;
}


  .task-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1e1e1e00;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 8px 0;
    color: white;
    font-family: Arial, sans-serif;
  }

  .task-icon {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .task-info {
    flex: 1;
  }

  .task-title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
  }

  .task-reward {
    height: 25px;
    font-size: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .coin-icon {
    width: 16px;
    height: 16px;
  }

  .task-arrow {
    margin-left: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }

.frens-help-box,
.frens-list-box {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
    background-color: rgba(218, 218, 218, 0.2);
    border: 2px solid rgba(218, 218, 218, 0.02);
}
.frens-help-content {
    padding: 1rem;
    display: flex;
    align-items: center;
}
.frens-help-image {
    margin-right: 0.75rem;
}
.fren-help-text h5 {
    margin-left: 20px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.fren-help-text div{
    margin-left: 20px;
    margin-top: 0.25rem;
    display: flex;
    text-align: left;
}
.fren-help-text{
  font-weight: 600;
    text-align: left;
}
.fren-help-text div img {
    margin-right: 0.25rem;
}
.fren-help-text div span {
    margin-right: 0.25rem;
}
.frens-open-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}
.frens-open-detail a {
    color: #ffffff;
    font-weight: bold;
}


.task {
  --adsgram-task-font-size: 16px; /* min 14px */
  --adsgram-task-icon-size: 45px; /* min 30px */
  --adsgram-task-icon-title-gap: 10px; /* min 5px max 40px */
  --adsgram-task-button-width: 60px; /* min 40px */
  --adsgram-task-icon-border-radius: 50px;

  display: block;
  width: 90%;
  padding: 10px 16px 15px 15px;
  border-radius: 16px;
  background-color: #1d273300;
  font-family: Roboto;
  color: white;
}

.task__reward {
  margin: 5px 0 0 0;
  font-size: 15px;
}

.task__button {
  margin-left: 10px;
  background-color: #50a8eb;
  border-radius: 5px;
  padding: 6px 12px;
}

.task__button_claim {
  margin-left: 0;
  background-color: #ee941c;
}

.task__button_done {
  margin-left: 0;
  background-color: #007539;
}

/* Withdrawals list styles */
.withdrawal-item {
  gap: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px;
  border-radius: 12px;
  margin: 6px 0;
  color: #fff;
}
.withdrawal-item .withdrawal-status {
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 13px;
}
.withdrawal-item .status-processed { background: rgba(255,204,0,0.12); color: #ffcc00; }
.withdrawal-item .status-confirmed { background: rgba(0,128,0,0.12); color: #00d48a; }
.withdrawal-item .status-rejected { background: rgba(255,50,50,0.08); color: #ff4d4d; }
.withdrawal-item .status-pending { background: rgba(160,160,160,0.06); color: #bdbdbd; }
.withdrawal-item .status-other { background: rgba(120,120,120,0.05); color: #bdbdbd; }

/* Telegram link button for withdrawal items */
.withdraw-telegram-link {
  background: #2AABEE;
  color: #ffffff !important;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 700;
  display: inline-block;
}
.withdraw-telegram-link:active { opacity: 0.85; }

.power {
    display: flex;
    justify-content: center;
    margin-right: 0.5rem;
    width: 33%;
}
.power-count {
    display: flex;
    flex-direction: column;
}
.power-count span {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
}
.gray {
    color: #d7d7d798!important;
    font-size: 0.75rem!important;
}

.fix-frens-profile-data{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.ref-list-text{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}
.friend-list {
    margin-left: 5%;
    display: flex;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10;
}
.frens-list {
    padding: 1rem;
}
.dolboeb *{
    margin: 0;
    box-sizing: border-box;
}

.frens-list-box {
      font-weight: 600;
    min-height: 50px;
    color: #ffffff;
    width: 90%;
    /* height: 10rem; */
    margin: 0 auto;
    border-radius: 15px;
    background-color: rgba(218, 218, 218, 0.2);
    border: 2px solid rgba(218, 218, 218, 0.02);
}
.frens-data {
    padding: 1rem;
}
.frens-data,
.frens-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.frens-profile-photo {
    background-color: aquamarine;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    margin-right: 0.75rem;
}
.frens-profile-data h4{
    margin-bottom: 0.25rem;
}
.frens-profile-data div{
    display: flex;
    align-items: center;
}
.frens-profile-data div img,
.frens-profile-data div span {
    margin-right: 0.30rem;
}

.button-ref {
  font-weight: 600;
  bottom: 40px;
  width: 80%;
  outline: none;
  background: linear-gradient(83deg, rgba(255,184,95,1) 3%, rgba(241,158,54,1) 28%, rgba(255,142,2,1) 91%);
  color: #ffffff;
  padding: 16px 24px;
  border: none;
  border-radius: 16px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.ref {
    width: 80%;
    background-color: rgba(218, 218, 218, 0.2);
  color: #ffffff;
  padding: 16px 24px;
}

.button-ref:active {
  opacity: 0.8;
}

.top-button {
  outline: none;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.bottom-button {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.4s ease;
  outline: none;
  position: fixed;
  bottom: 90px;
  left: 16px;
  right: 16px;
}

.bottom-button.active{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.bottom-button .button-ref {
    outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.report-text{
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
  border-radius: 10px; 
  background-color: rgb(255, 255, 255);
  height: 34px;
  width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banMessage img{
  height: 300px;
}

.banMessage{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.507);
  color: white;
  height: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding-right: 20px;
  padding-left: 20px;
  display: none;
}

.offline-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f44336;
  color: white;
  padding: 45px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: none;
}

.game-clicker{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(253, 237, 201, 1) 0%, rgba(255 153 0) 15%, rgba(23, 23, 23, 1) 75%);
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -1px 44px rgb(241 158 54);
}
.user_info { 
  
  height: 2%;
  width: 100%;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
  display: flex;
  text-align: center;
  align-items: center;
}

.user_info p {
  font-weight: bold;
  margin-top: 62px;
color: #fff;
font-size: 20px;
}

.user_info_img {
  margin-left: 15px;
  margin-top: 40px;
  margin-right: 10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.button2 {
    font-weight: 600;
    width: 80%;
    background: linear-gradient(83deg, rgba(255, 184, 95, 1) 3%, rgba(241, 158, 54, 1) 28%, rgba(255, 142, 2, 1) 91%);
    padding: 16px 24px;
    border: none;
    border-radius: 16px;
    font-size: 20px;
    }

    .button2-wallet {
    
    color: #000000;
    font-family: 'RoobertPro';
    font-weight: 700;
    width: 80%;
    background: #ffffff;
    padding: 16px 24px;
    border: none;
    border-radius: 16px;
    font-size: 20px;
    }


h1 {
  color:#fff;
}

.logosoc {
padding-top: 40px;
}

.close {
position: absolute;
right: 14px;
top: 14px;
}

.onok {
  animation: slideon 0.1s;
}

  @keyframes slidein {
    from {
      margin-top: 100%;
      height: 10px;
    }
  
    to {
      margin-top: 0%;
      height: 440px;
    }
  }

  @keyframes slideon {
    from {
      margin-top: 0%;
      height: 440px;
    }
  
    to {
      margin-top: 100%;
      height: 10px;
    }
  }
.modal {
    animation-duration: 0.1s;
    animation-name: slidein;

  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0px;
  text-align: center;
  display: none;
  border-color: rgb(28, 28, 28);
  justify-content: center;
  width: 100%;
  height: 440px;
  background-color: rgb(48, 48, 48);
}

.money img {
  align-items: center;
justify-content: center;
width: 100px;
}

.walletdot {

  align-items: center;
justify-content: center;
display: flex;
}

.walletdot img {
  padding-right: 10px;
  width: 17px;
  height: 17px;
}

.rank2 {
width: 50%;
border-radius: 100px;
background-color: rgba(61, 61, 61);
display: flex;
align-items: center;
justify-content: center;
}

.rank2 img {
width: 40px;
height: 40px;
}

.rank2 h2 {
color: #ffffff;
}

.back {
  position: sticky; top: 0;
  padding: 15px;
  width: 40px;
}

.rank {
  margin-left: 15px;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 150px;
  height: 32px;
  background-color: #ffffff26;
  border: 1px solid hsla(0,0%,100%,.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rank img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.rank h3 {
  color: #ffffff;
}

.support {
  border-radius: 100px;
  height: 34px;
  width: 87%;
    color: white;
    padding: 8px;
    font-size: 17px;
 
    display: flex;
    align-items: center;
    }


.supportico {
width: 40px;
padding-right: 10px;
}

.support p {
  padding-right: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  

.dog {
  width: 80px;

}

.tasks {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tasks img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.tasks h1 {
  color: #fff;
}

a {
  text-decoration: none;
}


.go2990585213 {
  text-align: center;
}

.tonconnect {
    width: 50%;
}

.up {
 margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.space {
height: 4%;
}
.space1 {
  height: 1%;
  }



.block {
border-radius: 17px;
  bottom: 1.5%;
  left: 5%;
  right: 5%;
  position: fixed;
  right: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 10%;
  max-height: 60px;
  min-height: 55px;
  background-color: rgb(48, 48, 48);
}

.button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.25rem;
  width: 17%;
}

.button img {
  width: 18px;
  margin-top: 0.3rem;
}

.button span {
font-size: small;
  margin-top: 0.25rem;
  font-weight: bold;
  color: #b9b9b9;
}

.button1 {
  height: 90%;
  border-radius: 17px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  background-color: #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.25rem;
  width: 17%;
}

.button1 img {
  width: 18px;
  margin-top: 0.3rem;
}

.button1 span {

  font-size: small;
  margin-top: 0.25rem;
  font-weight: bold;
  color: #ffffff;
}



.scroll-container::-webkit-scrollbar {
  display: none;
}

body {
  scrollbar-width: none;
  height: 100%;
   margin: 0;
  padding: 0;
  user-select: none;

  font-family: sans-serif;
  background: rgb(31,31,31);
  background: linear-gradient(0deg, rgb(255 153 0) 5%, rgba(0, 0, 0, 1) 80%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.header img {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}

.score {
  color: #fff;
  text-align: center;
  font-size: 46px;
  font-weight: 800;
  user-select: none;
}

#circle:disabled {
  cursor: not-allowed;
}


.circle {
  justify-content: center;
  display: flex;
  position: relative;
}

.circle img {
  width: 80%;
  height: 100%;
  max-width: 350px;
  max-height: 350px;
  transition: transform 0.15s ease;
  --tiltX: 0deg;
  --tiltY: 0deg;
  transform: rotateX(var(--tiltX)) rotateY(var(--tiltY));
}

.plus-one {
  position: absolute;
  font-family: sans-serif;
  text-shadow: 0px 0px 20px rgba(102, 102, 102, 0.25);
  font-size: 41px;
  font-weight: 8000;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #ffffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  user-select: none;
  animation: move-up 3s forwards;
}

@keyframes move-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-250px);
  }
}

.tab-bar {
  /* ...existing code... */
  background: #333;
  transition: background 0.7s cubic-bezier(.4,0,.2,1);
}
.tab-bar.transparent {
  background: transparent !important;
}

.tab-button.active {
  /* ...existing code... */
  background: #1e1e1e;
  transition: background 0.7s cubic-bezier(.4,0,.2,1);
}
.tab-button.active.transparent {
  background: transparent !important;
}
