.tab3-wrap{margin:10px 0;}
.tab3-nav{display: flex;
    gap: 12px;
    list-style: none;
    padding: 0 !important;}
.tab3-btn{
  flex:1;
  min-width:160px;
  border:1px solid rgba(160,110,255,0.35);
  background:linear-gradient(180deg,rgba(180,120,255,0.10) 0%,rgba(0,0,0,0.55) 100%), #0b0b0b;
  color:#e9dcff;
  font-weight:800;
  padding:12px 14px;
  border-radius:12px;
  cursor:pointer;
  text-align:center;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease;
width:100%;
}
.tab3-nav li {
    flex: 1;
}
.tab3-btn:hover{
  transform:translateY(-3px);
  filter:brightness(1.08);
  box-shadow:0 0 14px rgba(170,120,255,0.35);
  border-color:rgba(200,150,255,0.55);
}
.tab3-btn.is-active{
  border-color:rgba(200,150,255,0.85);
  box-shadow:0 0 18px rgba(170,120,255,0.55);
  filter:brightness(1.12);
}
.tab3-panels{position:relative;}
.tab3-panel{display:none;}
.tab3-panel.is-active{display:block;}

.tab3-note{font-size:13px;color:#f0d9ff;opacity:.9;margin:6px 0 0;text-align:center;}

.info-panel-list{display:grid;gap:14px;grid-template-columns:1fr;}
@media (min-width:900px){.info-panel-list{grid-template-columns:1fr;}}
  
  .gamble-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0 10px;
}

.gamble-table .rate-row{
  background:rgba(0,0,0,0.35);
  border:1px solid rgba(255,255,255,0.08);
}

.gamble-table td{
  padding:12px 14px;
  vertical-align:top;
}

.gamble-table .rate{
  width:90px;
  font-weight:800;
  color:#f7d9fb;
  text-align:center;
  border-right:1px solid rgba(255,255,255,0.08);
}

.gamble-table .items{
  font-size:14px;
  line-height:1.6;
}

.dot{
  color:#f7d9fb;
  font-size:12px;
  margin-right:6px;
}
.boss-card-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 900px) {
  .boss-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .boss-card-list {
    grid-template-columns: 1fr;
  }
}

.boss-card {
  background: linear-gradient(180deg, rgba(180, 120, 255, 0.10) 0%, rgba(0, 0, 0, 0.55) 100%), #0b0b0b;
  border: 1px solid rgba(160, 110, 255, 0.35);
  padding: 12px 14px;
  border-radius: 8px;
  color: #f5f5f5;
  font-size: 14px;
}

.boss-card--hot {
  border-color: #cda235;
  box-shadow: 0 0 8px rgba(205,162,53,0.4);
  border: 1px solid rgba(160,110,255,0.45);
  /* border-radius:14px; */
  box-shadow:
    0 20px 50px rgba(0,0,0,0.7),
    inset 0 0 0 1px rgba(160,110,255,0.15);
  box-shadow: 0 0 18px rgba(170,120,255,0.55),
    0 28px 65px rgba(0,0,0,0.85),
    inset 0 0 0 1px rgba(200,150,255,0.35);
  filter:brightness(1.1);
}

.boss-card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
}

.boss-card__time {
  font-weight: 700;
  font-size: 16px;
  color: #facc6b;
}

.boss-card__name {
  font-weight: 700;
  font-size: 18px;
color:#f7d9fb;
text-align:center;
}

.boss-card__map {
  font-size: 12px;
  color: #9ca3af;
  margin-left: 4px;
}

.boss-card__tag-hot {
  display: inline-block;
  margin-left: 4px;
  padding: 0 6px;
  font-size: 12px;
  border-radius: 999px;
  background: #7f1d1d;
  color: #fca5a5;
}

.boss-card__tag-yellow {
  display: inline-block;
  margin-left: 4px;
  padding: 0 6px;
  font-size: 12px;
  border-radius: 999px;
  background-color: rgb(205, 162, 53);
  color: #fff;
}

.boss-card__meta {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.boss-card__tag {
  display: inline-block;
  padding: 1px 8px;
  font-size: 11px;
  border-radius: 999px;
  line-height: 1.4;
  border: 1px solid transparent;
}

.boss-card__tag--monster {
  background: #14532d;
  border-color: #22c55e;
  color: #bbf7d0;
}

.boss-card__tag--tp-on {
  background: #1d4ed8;
  border-color: #3b82f6;
  color: #dbeafe;
}

.boss-card__tag--tp-off {
  background: #111827;
  border-color: #6b7280;
  color: #e5e7eb;
}

.boss-card__tag--rt-on {
  background: #0f766e;
  border-color: #14b8a6;
  color: #ccfbf1;
}

.boss-card__tag--rt-off {
  background: #111827;
  border-color: #6b7280;
  color: #e5e7eb;
}

.boss-card__move {
  font-size: 12px;
  color: #9ca3af;
}

.boss-card__label-fee {
  color: #facc6b;
  font-weight: 600;
}

.boss-card__label-cond {
  color: #93c5fd;
  font-weight: 600;
}

.boss-card__body {
  margin-top: 6px;
}

.boss-card__drops {
  margin: 0;
  padding-left: 18px;
}

.boss-card__drops li {
  margin-bottom: 2px;
}

.drop-highlight {
  color: #ff4d4d;
  font-weight: 700;
}

.note-highlight {
  color: #f97316;
  font-size: 13px;
}

  .boss-card__link{
  display:inline-block;
  padding:12px 22px;
  border-radius:10px;
  background:
    linear-gradient(
      180deg,
      #9b6ddc 0%,
      #6b3fb3 55%,
      #4a2788 100%
    );
  color:#ffffff !important;
  font-weight:700;
  font-size:16px;
  text-decoration:none;
  
  transition:all .18s ease;
}


.boss-card__link:hover{
  transform:translateY(-2px);
  box-shadow:
    0 10px 22px rgba(107,63,179,0.6),
    inset 0 1px 0 rgba(255,255,255,0.35);
  filter:brightness(1.08);
}


.boss-card__link:active{
  transform:translateY(0);
  box-shadow:
    0 4px 10px rgba(107,63,179,0.45),
    inset 0 2px 4px rgba(0,0,0,0.35);
}
.info-panel-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:24px;
}

@media(max-width:900px){
  .info-panel-list{
    grid-template-columns:1fr;
  }
}


.info-panel{
 background: linear-gradient(180deg, rgba(180, 120, 255, 0.10) 0%, rgba(0, 0, 0, 0.55) 100%), #0b0b0b;
  border: 1px solid rgba(160, 110, 255, 0.35);
  border-radius:10px;
  padding:18px 20px;
  color:#e5e5e5;
}

.info-panel__head{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom:10px;
  margin-bottom:12px;
  border-bottom:1px solid #2a2a2a;
}

.info-panel__index{
  font-weight:800;
  color:#facc6b;
  font-size:18px;
}

.info-panel__title{
  font-size:18px;
  font-weight:700;
  margin:0;
  color:#ffffff;
}


.info-panel__badge{
  margin-left:auto;
  font-size:12px;
  padding:2px 10px;
  border-radius:999px;
  font-weight:600;
}

.badge-gold{
  background:#7c5c1f;
  color:#facc6b;
}

.badge-red{
  background:#7f1d1d;
  color:#fecaca;
}

.badge-blue{
  background:#1e3a8a;
  color:#bfdbfe;
}


.info-panel__body{
  font-size:14px;
  line-height:1.7;
}

.info-panel__body p{
  margin:0 0 6px;
}


.info-panel,
.info-panel *{
  user-select:none;
}

.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.3);
width: 1170px;
height: 150px;
        position: relative; width: 100%; aspect-ratio: 16/5; overflow: hidden; margin-bottom: 10px;
}
.page__title_name {position: absolute;top: 42%;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.3));}
.page__title_name2 {position: absolute;top: 55%;left: 50%;transform: translate(-50%, -50%);display: flex;align-items: center;justify-content: center;color: white;font-size: 2.2vh;margin: 0 auto;color: #fff;filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 1));text-align: center;flex-direction: column;width: 100%;}
.page__title_name2 span {
font-size: 4vh;
margin-bottom: 0.3vh;

color:#fff;

}
.page__title img {width: 27vh;margin-right: 0vh;filter: brightness(1.2) contrast(1.2) drop-shadow(1px 2px 3px rgba(0, 0, 0, 1));}
        
        .header .top .logo {
       filter: brightness(1) contrast(1.2) saturate(1.1) drop-shadow(2px 10px 6px black);
      }
        
@media screen and (max-width: 1200px) {
.page__title {
height: 150px !important;
}
.page__title_name {
font-size: 3vh !important;
top: 25%;
}
.page__title_name2 {
font-size: 1.5vh !important;
}
.page__title img {
width: 10vh !important;
}
}