.boss-table{
  width:100%;
  border-collapse:collapse;
 
  border:1px solid rgba(160,110,255,0.35);
  border-radius:10px;
  overflow:hidden;
  box-shadow:
    0 18px 45px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(180,120,255,0.18);
background: linear-gradient(
        180deg,
        rgba(200, 170, 120, 0.10) 0%,   
        rgba(0, 0, 0, 0.85) 100%
    ),
    radial-gradient(
        at top,
        rgba(255, 255, 255, 0.05),
        transparent 60%
    ),
    #0a0a0a;

    border: 1px solid rgba(200, 170, 120, 0.25);

    border-radius: 14px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.85),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}


.boss-table thead th{
  padding:12px 14px;
  background-color: rgba(30, 24, 16, 0.8);


  color:#efe7ff;
  font-weight:700;
  font-size:14px;
  border-bottom:1px solid rgba(200, 170, 120, 0.25);;
  text-align: center;
}


.boss-table tbody td{
  padding:11px 14px;
        
  
        color: #fff;
  font-size:16px;
  border-bottom:1px solid rgba(200, 170, 120, 0.25);
}
        
        .boss-table tbody td:nth-child(1) {
    text-align: center;
}
        .boss-table tbody td:nth-child(2) {
    color:#e1d9ff;
    background: linear-gradient(to bottom, #fff 50%, #eaeaea 50%, #eaeaea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}



.boss-table tbody tr:hover{
  background:rgba(0,0,0,0.2);
}


.boss-table tbody tr:last-child td{
  border-bottom:0;
}


.boss-table .coin{
  color:#c9b5ff;
  font-weight:700;
}

        .boss-table img {
    height: 46px;
}

@media(max-width:768px){
  .boss-table thead th{
    font-size:13px;
  }
  .boss-table tbody td{
    font-size:12px;
    padding:10px 12px;
  }
}



  .promo-card-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
.promo-list p {
  margin: 4px 0;
  padding-left: 12px;
  font-size: 18px;
  color: #d9d9d9;
  position: relative;
}

.promo-list p::before {

  color: #f7d77b;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.promo-list a {
  color: #99b8ff;
  font-weight: 600;
  text-decoration: none;
}

.promo-list a:hover {
  color: #e7f0ff;
  text-decoration: underline;
}


  .promo-card {
      background: linear-gradient(180deg, rgba(200, 170, 120, 0.10) 0%, rgba(0, 0, 0, 0.85) 100%), radial-gradient(at top, rgba(255, 255, 255, 0.05), transparent 60%), #0a0a0a;
    border: 1px solid rgba(200, 170, 120, 0.25);
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.85), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    padding: 18px 20px;
    margin-top:10px;
   
}
.promo-copy-btn {
    width: 100%;
    padding: 12px 10px;
    font-size: 18px;

    color: #f5ecd8;

    background:
        linear-gradient(
            180deg,
            rgba(220, 190, 140, 0.18) 0%,  
            rgba(0, 0, 0, 0.8) 100%
        ),
        radial-gradient(
            at top,
            rgba(255, 255, 255, 0.08),    
            transparent 60%
        ),
        #0d0c0a;

    border: 1px solid rgba(220, 190, 140, 0.35);

    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.85),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);

    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, border-color .15s ease;
}

.promo-copy-btn:hover {
    transform: translateY(-2px);

    border-color: rgba(240, 210, 150, 0.6);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.9),
        0 0 16px rgba(220, 190, 140, 0.25);

    filter: brightness(1.12);
}

.promo-copy-btn:active {
    transform: translateY(0);

    box-shadow:
        inset 0 0 8px rgba(0,0,0,0.7);

    filter: brightness(0.97);
}
  .promo-card p {
    font-size:16px !important;
  }

.logo {
  filter:     drop-shadow(0 6px 10px rgba(0,0,0,0.8))     drop-shadow(0 0 3px rgba(0,0,0,0.6)) contrast(1.1);
  }

.page {
  min-height: 100vh;
  background: url(../images/bg/1.jpg) top / cover fixed no-repeat;
  padding: 20vh 0vh 12vh 0vh;
  background-position-y: -15vh;
}
.page::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), #1b140b);
}
.page__title {

  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 6vh;
  margin: 0 auto;

  position: relative;
  z-index: 1;

    color: #ede0cb;
    text-shadow: 0vh 1vh 2vh rgba(0, 0, 0, 0.422);
    height: 250px;

   
}
    
    .page__title_name {
    position: absolute; top: 37%; left: 50%; transform: translate(-50%, -50%); display: flex;   align-items: center;   justify-content: center;   color: white;   font-size: 5vh;   margin: 0 auto;             color: #ede0cb;         filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.8));
    }
    .page__title_name2 {
    position: absolute;     top: 70%;     left: 50%;     transform: translate(-50%, -50%);     display: flex ;     align-items: center;     justify-content: center;     color: white;     font-size: 2.5vh;     margin: 0 auto;        color: #fff;     filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); text-align:center;    flex-direction: column;
    }
    
    .page__title_name2 span {
    font-size: 4vh;
    padding-bottom:10px;
    }
.page__title img {
  width: 22vh;
  margin-right: 2vh;
        filter: contrast(1.1) brightness(1.2);
}
    @media screen and (max-width: 1024px) {
.page__title {
height:150px !important;
}
.page__title_name {
font-size: 3vh !important;
}
    .page__title_name2 {
font-size: 1.5vh !important;
}

.page__title img {
width: 4vh !important;
}
}
.page_content {
  width: 50%;
  margin: 0 auto;
  background-color: rgba(37, 33, 26, 0.95);
  border: 0.2vh solid rgba(104, 91, 68, 0.65);
  position: relative;
  box-shadow: 0vh 2vh 5vh rgba(0, 0, 0, 0.215);
  padding: 6vh;
}
.page_decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page_decoration img {
  width: 12vh;
  height: auto;
  position: absolute;
}
.page_decoration img:nth-child(1) {
  left: 0;
  top: 0;
}
.page_decoration img:nth-child(2) {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.page_decoration img:nth-child(3) {
  right: -0.75vh;
  top: 0.75vh;
  transform: rotate(90deg);
}
.page_decoration img:nth-child(4) {
  left: -0.8vh;
  bottom: 0.75vh;
  transform: rotate(-90deg);
}
.page_text h1 {
  color: white;
  font-size: 3vh;
  margin-bottom: 1vh;
}
.page_text p {
  color: rgba(255, 255, 255, 0.459);
  font-size: 1.5vh;
  margin-bottom: 2rem;
}
.page_text img {
  max-width: 60%;
}