.schedule-page{
  background:
    linear-gradient(180deg, rgba(2,6,14,.08), rgba(2,6,14,.18)),
    url("/assets/img/foto.png") no-repeat center top fixed !important;
  background-size: cover !important;
}

.schedule-main{
  min-height: calc(100vh - var(--header-h) - 120px);
  padding-top: var(--header-h);
  background: transparent !important;
}

.schedule-hero{
  padding: 46px 0 60px;
}

.schedule-hero .container{
  width: min(1500px, calc(100% - 40px)) !important;
  max-width: 1500px !important;
}

.schedule-head{
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.schedule-title{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 6vw, 5.4rem);
  line-height: .95;
  color: #f5efe4;
text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.7));
}

.schedule-title span{
  background: linear-gradient(180deg,#efdbc3 0%,#f7d3ab 18%,#ffce92 38%,#fabd58 52%,#f6cb6a 70%,#f3dfbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
    filter:drop-shadow(0 0 1px rgba(0, 0, 0, 0.7));
}

.schedule-sub{
  max-width: 760px;
  margin: 20px auto 0;
  color: #dce5f3;
  font-size: 1rem;
  line-height: 1.65;
text-shadow: 0 2px 28px rgba(0, 0, 0, .35), 0 6px 14px rgba(0, 0, 0, .25);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.7))  drop-shadow(0 0 1px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.7));
}

.schedule-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.schedule-main-card,
.schedule-side-card{
  border-radius: 20px;
  border: 1px solid rgba(203,175,113,.18);
  background: linear-gradient(180deg, rgba(8,15,31,.82), rgba(5,10,21,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 42px rgba(0,0,0,.36);
  backdrop-filter: blur(7px);
}

.schedule-main-card{
  padding: 24px;
}

.schedule-main-card h2,
.schedule-side-card h3{
  margin: 0 0 10px;
  color: #f6cb6a;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
}

.schedule-note-top{
  margin: 0 0 18px;
  color: #d7e0ee;
  font-size: .95rem;
}

.schedule-table-wrap{
  width: 100%;
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
}

.schedule-table{
  width: 100%;
  min-width: 1050px;
  border-collapse: collapse;
  background: rgba(3,8,18,.40);
}

.schedule-table th{
  padding: 12px 10px;
  color: #f6cb6a;
  font-size: .85rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(203,175,113,.18);
  background: rgba(5,10,21,.85);
}

.schedule-table td{
  height: 34px;
  padding: 4px 8px;
  color: #bfc9d8;
  font-size: .9rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,.075);
}

.schedule-table td:first-child{
  width: 78px;
  color: #f3ddb2;
  font-weight: 800;
  background: rgba(255,255,255,.025);
}

.event-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1;
  white-space: nowrap;
}

.event-pill.dredgion{
  color: #dff4ff;
  border: 1px solid rgba(79,178,255,.42);
  background: linear-gradient(180deg, rgba(18,89,151,.65), rgba(8,35,76,.78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 12px rgba(79,178,255,.12);
}

.event-pill.bg{
  color: #f0ffd9;
  border: 1px solid rgba(142,207,80,.42);
  background: linear-gradient(180deg, rgba(71,120,35,.68), rgba(27,65,21,.78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 12px rgba(142,207,80,.12);
}

.event-pill.siege{
  color: #ffe7b3;
  border: 1px solid rgba(246,166,66,.52);
  background: linear-gradient(180deg, rgba(136,78,20,.78), rgba(68,32,12,.86));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 12px rgba(246,166,66,.14);
}

.schedule-footer-note{
  margin-top: 20px;
  padding-top: 16px;
  color: #d7e0ee;
  font-size: .9rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

.schedule-sidebar{
  display: grid;
  gap: 18px;
}

.schedule-side-card{
  padding: 24px;
}

.schedule-side-card h3{
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.event-overview-item{
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.event-overview-item img{
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(246,203,106,.18));
}

.event-overview-item strong{
  display: block;
  color: #f5efe4;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.event-overview-item span{
  display: block;
  color: #f6cb6a;
  font-size: .9rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.event-overview-item p{
  margin: 0;
  color: #d7e0ee;
  font-size: .9rem;
  line-height: 1.6;
}

.guide-side-tip{
  margin-top: 22px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
}

.guide-side-tip strong{
  display: block;
  margin-bottom: 10px;
  color: #f6cb6a;
}

.guide-side-tip p{
  margin: 0;
  color: #d7e0ee;
  line-height: 1.7;
}

.dropdown-menu.guide-menu a.active,
.dropdown-menu.guide-menu a:hover{
  filter: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #f6cb6a !important;
  color: #f6cb6a !important;
}


@media(max-width:1100px){
  .schedule-layout{
    grid-template-columns: 1fr;
  }
}

@media(max-width:780px){
  .schedule-title{
    font-size: 3.4rem;
  }

  .schedule-main-card,
  .schedule-side-card{
    padding: 18px;
  }
}


.event-pill.worldboss{
  color: #ffe3e3;
  border: 1px solid rgba(255,82,82,.45);
  background: linear-gradient(
    180deg,
    rgba(120,20,20,.75),
    rgba(55,8,8,.88)
  );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 12px rgba(255,82,82,.16);
}


/* ACTIVE DROPDOWN - SOFT GLOW */
.dropdown-menu.guide-menu a.active{
  color: #f6cb6a !important;
  -webkit-text-fill-color: #f6cb6a !important;

  background: rgba(246,203,106,.08) !important;

  text-shadow: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.dropdown-menu.guide-menu a.active::before{
  display: none !important;
}

.dropdown-menu.guide-menu a.active::after{
  display: none !important;
}
.main-nav .dropdown-toggle.active{
  color: #f6cb6a !important;
  -webkit-text-fill-color: #f6cb6a !important;
  text-shadow: 0 0 14px rgba(246,203,106,.45);
}

.main-nav .dropdown-toggle.active::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    #f6cb6a,
    transparent
  );
  box-shadow: 0 0 14px rgba(246,203,106,.65);
}

/* finall */
