 .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;
  }

.doll-panel {
    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;
  }

.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:#ffe17e ;
  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:#ffe17e ;
  font-weight:bold;
  background:none;
  -webkit-background-clip:initial;
  -webkit-text-fill-color:initial;
}



.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;
  }
}

.boss-table tbody td.time-col{
  width:18%;
  text-align:center;
  font-weight:700;
  color:#d8d8d8;
  background:rgba(255,255,255,0.02);
}

.boss-table tbody td.boss-col{
  width:32%;
  text-align:center;
  background:rgba(0,0,0,0.18);
}

.boss-table .boss-name{
  display:inline-block;
  min-width:72px;
  padding:6px 10px;
  border-radius:6px;
  font-size:13px;
  font-weight:700;
  line-height:1;
  color:#000;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 2px 8px rgba(0,0,0,0.35);
}

.boss-table .gray{
  background:#8a8a8a;
}

.boss-table .blue{
  background:#6fa8dc;
}

.boss-table .orange{
  background:#f6b04f;
}

.boss-table .purple{
  background:#c27ba0;
}

.boss-table .green{
  background:#59d65d;
}

.boss-table .red{
  background:#d74f4f;
  color:#fff;
}

.boss-table .pink{
  background:#ff59de;
}

.boss-table .yellow{
  background:#fcff01;
}

.boss-table .whiteblue{
  background:#d0e0e3;
}

.boss-table .empty{
  color:#666;
}

  .class-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}

.class-card{
  display:flex;
  align-items:flex-start;
  gap:28px;
  padding:18px;
  border:1px solid rgba(201,178,116,0.15);
  background:rgba(255,255,255,0.02);
  border-radius:14px;
}

.class-card img{
  width:90px;
  height:90px;
  object-fit:cover;
  border-radius:12px;
  flex-shrink:0;
}

.class-card-title{
  color:#ff5a5a;
  font-weight:700;
  font-size:22px;
  margin-bottom:10px;
  text-align:left;
}

.class-card-desc{
  line-height:1.8;
  color:#f2f2f2;
  font-size:17px;
  text-align:left;
}

.class-top-text{
  margin-bottom:28px;
}

.class-top-main{
  color:#c9b274;
  font-size:20px;
  font-weight:700;
}

.class-top-sub{
  color:#ffa400;
  font-size:20px;
  font-weight:700;
}

@media(max-width:900px){

  .class-grid{
    grid-template-columns:1fr;
  }

  .class-card{
    padding:16px;
    gap:14px;
  }

  .class-card img{
    width:72px;
    height:72px;
  }

  .class-card-title{
    font-size:18px;
  }

  .class-card-desc{
    font-size:15px;
    line-height:1.7;
  }

  .class-top-main,
  .class-top-sub{
    font-size:16px;
  }
}

.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: 65%;     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: 24vh;
  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;
}
}