:root{
  --z-bg:#0B0B0C;
  --z-panel:rgba(12,11,14,.86);
  --z-panel-2:rgba(18,15,18,.72);
  --z-line:rgba(208,154,85,.18);
  --z-line-2:rgba(208,154,85,.32);
  --z-gold:#D09A55;
  --z-gold-soft:#B8B2AA;
  --z-red:#B67A35;
  --z-text:#B8B2AA;
  --z-muted:rgba(247,239,217,.62);
  --z-dim:rgba(247,239,217,.38);
  --z-radius:28px;
  --z-ease:cubic-bezier(.22,1,.36,1);
}

body:has(.quest-page){
  background:
    radial-gradient(circle at 50% 0%, rgba(208,154,85,.10), transparent 34%),
    radial-gradient(circle at 16% 18%, rgba(182,122,53,.055), transparent 28%),
    linear-gradient(180deg, #09090A 0%, #0B0B0C 48%, #09090A 100%) !important;
}

.quest-page{
  --quest-line:var(--z-line);
  --quest-line-strong:var(--z-line-2);
  --quest-gold:var(--z-gold);
  --quest-red:var(--z-red);
  --quest-text:var(--z-text);
  --quest-muted:var(--z-muted);
  --quest-bright:#B8B2AA;
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
  padding:var(--zcp-page-top-gap) 0 90px;
  color:var(--quest-text);
  font-family:'Rajdhani', Tahoma, Arial, sans-serif;
  text-align:left;
}

.quest-page [hidden]{
  display:none !important;
}

.quest-hero,
.quest-directory,
.quest-article,
.quest-empty{
  border:1px solid var(--quest-line);
  border-radius:var(--z-radius);
  background:linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.010)), rgba(15,15,17,.96);
  box-shadow:0 24px 80px rgba(0,0,0,.35);
}

.quest-hero{
  padding:54px 34px 42px;
  margin:0 auto 44px;
  text-align:center;
  border:1px solid var(--quest-line);
  border-radius:30px;
  background:
    linear-gradient(145deg, rgba(208,154,85,.065), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    rgba(15,15,17,.96);
  box-shadow:0 32px 90px rgba(0,0,0,.45);
  overflow:hidden;
  position:relative;
}

.quest-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.045), transparent);
  opacity:.55;
  pointer-events:none;
}

.quest-kicker,
.quest-type,
.quest-section-head span,
.quest-side-box span,
.quest-info-box small{
  display:inline-flex;
  color:var(--z-gold);
  font-family:'Cinzel', serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
}

.quest-kicker{
  align-items:center;
  gap:10px;
  padding:8px 17px;
  border:1px solid var(--z-line-2);
  border-radius:999px;
  background:rgba(208,154,85,.075);
  margin-bottom:20px;
  position:relative;
  z-index:1;
}

.quest-hero h1,
.quest-article h2,
.quest-section-head h3,
.quest-side-box h3{
  margin:6px 0 0;
  color:var(--z-text);
  font-family:'Cinzel', serif;
  letter-spacing:0;
}

.quest-hero h1{
  margin:0;
  font-weight:900;
  font-size:clamp(42px, 6vw, 78px);
  line-height:.95;
  letter-spacing:.03em;
  color:var(--quest-bright);
  text-shadow:0 10px 34px rgba(0,0,0,.5);
  position:relative;
  z-index:1;
}

.quest-hero p,
.quest-story-box p,
.quest-item-card p,
.quest-step-box li,
.quest-side-box li,
.quest-side-box p,
.quest-stage-card p,
.quest-stage-list dd,
.quest-directory-card small,
.quest-meta{
  color:var(--quest-muted);
  line-height:1.55;
  font-size:16px;
  font-weight:600;
}

.quest-hero p{
  max-width:720px;
  margin:20px auto 0;
  font-size:18px;
  position:relative;
  z-index:1;
}

.quest-info-box,
.quest-story-box,
.quest-item-card,
.quest-step-box,
.quest-stage-card,
.quest-side-box{
  border:1px solid var(--quest-line);
  border-radius:22px;
  background:linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}

.quest-directory{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  padding:0;
  margin:0 0 44px;
  border:0;
  background:transparent;
  box-shadow:none;
}

.quest-directory-card{
  display:flex;
  flex-direction:column;
  min-height:310px;
  padding:24px;
  border:1px solid rgba(208,154,85,.13);
  border-radius:22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    rgba(0,0,0,.20);
  color:var(--quest-text);
  text-decoration:none;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
  transition:transform .25s var(--z-ease), border-color .25s var(--z-ease), background .25s var(--z-ease);
  position:relative;
  overflow:hidden;
}

.quest-directory-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg, var(--z-red), var(--z-gold), transparent);
  opacity:.55;
}

.quest-directory-card:hover,
.quest-directory-card.is-active{
  transform:translateY(-4px);
  border-color:rgba(208,154,85,.32);
  background:linear-gradient(145deg, rgba(208,154,85,.055), rgba(208,154,85,.035));
}

.quest-card-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:18px;
}

.quest-directory-card span,
.quest-card-head em{
  color:var(--quest-gold);
  font-size:12px;
  font-weight:800;
  font-style:normal;
}

.quest-card-head em{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid rgba(208,154,85,.24);
  border-radius:999px;
  color:var(--quest-text);
  background:rgba(208,154,85,.075);
}

.quest-directory-card strong{
  display:block;
  margin:0;
  color:var(--quest-text);
  font-family:'Cinzel', serif;
  font-size:25px;
  font-weight:900;
  line-height:1.2;
}

.quest-directory-card p{
  margin:14px 0 18px;
  color:var(--quest-muted);
  font-size:15px;
  line-height:1.65;
}

.quest-card-items{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:auto 0 18px;
}

.quest-card-items i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid var(--quest-line);
  border-radius:15px;
  background:rgba(0,0,0,.28);
}

.quest-card-items img{
  width:80%;
  height:80%;
  object-fit:contain;
}

.quest-directory-card small{
  display:block;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(208,154,85,.12);
}

.quest-back-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}

.quest-back-row a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px;
  border:1px solid var(--quest-line-strong);
  border-radius:999px;
  color:var(--quest-gold);
  text-decoration:none;
  font-weight:800;
  font-family:'Cinzel', serif;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
}

.quest-back-row .quest-back-home{
  color:var(--quest-muted);
  border-color:rgba(247,239,217,.18);
}

.quest-article{
  padding:24px;
  margin-bottom:26px;
}

.quest-article-top{
  padding:24px;
  border:1px solid var(--quest-line);
  border-radius:22px;
  background:linear-gradient(145deg, rgba(208,154,85,.055), transparent 36%), rgba(17,17,19,.96);
}

.quest-breadcrumb{
  margin-bottom:12px;
  color:var(--quest-muted);
  font-size:13px;
}

.quest-article h2{
  color:var(--quest-bright);
  font-size:42px;
  line-height:1;
}

.quest-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  margin:10px 0;
  font-size:13px;
}

.quest-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
  align-items:start;
  margin-top:18px;
}

.quest-main{
  min-width:0;
}

.quest-info-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}

.quest-info-box{
  padding:18px;
}

.quest-info-box strong{
  display:block;
  margin-top:7px;
  color:var(--quest-text);
  line-height:1.55;
}

.quest-section{
  margin-top:24px;
}

.quest-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
  border-bottom:1px solid var(--quest-line);
  padding-bottom:10px;
}

.quest-section-head h3{
  font-size:30px;
  line-height:1;
}

.quest-story-box{
  padding:22px;
}

.quest-story-box p{
  margin:0;
}

.quest-story-box p + p{
  margin-top:10px;
}

.quest-items-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
}

.quest-item-card{
  padding:18px;
  min-height:184px;
  text-align:center;
}

.quest-item-icon{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border:1px solid var(--quest-line);
  border-radius:18px;
  background:rgba(0,0,0,.28);
}

.quest-item-icon.small{
  width:58px;
  height:58px;
  margin:0;
  flex:0 0 auto;
}

.quest-item-icon img{
  width:82%;
  height:82%;
  object-fit:contain;
}

.quest-item-icon.is-missing::before{
  content:"NO ICON";
  color:var(--quest-muted);
  font-size:11px;
}

.quest-item-card h4,
.quest-step-box h4,
.quest-stage-card h4,
.quest-stage-drop strong{
  margin:0;
  color:var(--quest-text);
  font-family:'Cinzel', serif;
  font-size:17px;
}

.quest-item-card p{
  margin:8px 0 0;
  font-size:14px;
}

.quest-walkthrough{
  display:grid;
  gap:12px;
}

.quest-step-box{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
  padding:18px;
}

.quest-step-number{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid var(--quest-line-strong);
  border-radius:16px;
  color:var(--quest-gold);
  font-family:'Cinzel', serif;
  font-weight:900;
  background:rgba(208,154,85,.08);
}

.quest-step-box ul,
.quest-side-box ul{
  margin:10px 0 0;
  padding:0 0 0 20px;
}

.quest-step-box li + li,
.quest-side-box li + li{
  margin-top:7px;
}

.quest-stage-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}

.quest-stage-card{
  padding:18px;
}

.quest-stage-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:1px solid var(--quest-line);
}

.quest-stage-top span{
  color:var(--quest-gold);
  font-weight:800;
}

.quest-stage-drop{
  display:flex;
  gap:12px;
  align-items:center;
}

.quest-stage-drop p{
  margin:5px 0 0;
}

.quest-stage-list{
  margin:0;
}

.quest-stage-list div{
  display:grid;
  grid-template-columns:116px minmax(0,1fr);
  gap:10px;
  padding:8px 0;
  border-bottom:1px solid rgba(208,154,85,.1);
}

.quest-stage-list div:last-child{
  border-bottom:0;
}

.quest-stage-list dt{
  color:var(--quest-gold);
  font-weight:800;
}

.quest-stage-list dd{
  margin:0;
}

.quest-side{
  position:sticky;
  top:110px;
  display:grid;
  gap:12px;
}

.quest-side-box{
  padding:22px;
}

.quest-side-box h3{
  font-size:20px;
}

.quest-cta-box{
  background:linear-gradient(145deg, rgba(208,154,85,.055), rgba(208,154,85,.045));
}

.quest-empty{
  padding:28px;
  text-align:center;
}

.quest-empty h2{
  color:var(--quest-bright);
  font-family:'Cinzel', serif;
  margin:0 0 10px;
}

@media (max-width: 1100px){
  .quest-layout{
    grid-template-columns:1fr;
  }
  .quest-side{
    position:static;
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .quest-items-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 820px){
  .quest-page{
    width:min(100% - 24px, 1180px);
    padding-top:var(--zcp-page-top-gap-mobile);
  }
  .quest-hero,
  .quest-article{
    padding:18px;
  }
  .quest-hero h1{
    font-size:34px;
  }
  .quest-article h2{
    font-size:28px;
  }
  .quest-directory,
  .quest-info-grid,
  .quest-items-grid,
  .quest-stage-grid,
  .quest-side{
    grid-template-columns:1fr;
  }
  .quest-section-head,
  .quest-stage-top{
    align-items:flex-start;
    flex-direction:column;
  }
  .quest-step-box{
    grid-template-columns:1fr;
  }
  .quest-stage-list div{
    grid-template-columns:1fr;
  }
}

.quest-browser{
  margin:0 0 44px;
}

.quest-browser-toolbar{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(240px, 340px);
  gap:14px;
  align-items:center;
  margin-bottom:18px;
  padding:12px;
  border:1px solid rgba(208,154,85,.15);
  border-radius:22px;
  background:rgba(0,0,0,.22);
  box-shadow:0 20px 70px rgba(0,0,0,.22);
}

.quest-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.quest-tab{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 18px;
  border:1px solid rgba(208,154,85,.16);
  border-radius:14px;
  color:var(--quest-muted);
  background:rgba(255,255,255,.035);
  font-family:'Cinzel', serif;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
  text-transform:uppercase;
  cursor:pointer;
  transition:color .2s var(--z-ease), border-color .2s var(--z-ease), background .2s var(--z-ease);
}

.quest-tab span{
  min-width:26px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:var(--quest-text);
  background:rgba(0,0,0,.34);
  font-family:'Rajdhani', Tahoma, Arial, sans-serif;
  font-size:13px;
  letter-spacing:0;
}

.quest-tab:hover,
.quest-tab.is-active{
  color:var(--quest-bright);
  border-color:rgba(208,154,85,.38);
  background:linear-gradient(145deg, rgba(208,154,85,.12), rgba(208,154,85,.055));
}

.quest-search{
  min-height:44px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:10px;
  padding:0 14px;
  border:1px solid rgba(208,154,85,.16);
  border-radius:14px;
  background:rgba(12,12,14,.96);
}

.quest-search span{
  color:var(--quest-gold);
  font-family:'Cinzel', serif;
  font-size:10px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.quest-search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  color:var(--quest-text);
  background:transparent;
  font:700 16px 'Rajdhani', Tahoma, Arial, sans-serif;
}

.quest-search input::placeholder{
  color:rgba(247,239,217,.38);
}

.quest-browser-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 14px;
}

.quest-browser-head span,
.quest-feature-tag{
  display:block;
  color:var(--z-gold);
  font-family:'Cinzel', serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
}

.quest-browser-head h2{
  margin:7px 0 0;
  color:var(--quest-bright);
  font-family:'Cinzel', serif;
  font-size:32px;
  line-height:1;
}

.quest-browser-head small{
  color:var(--quest-muted);
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
}

.quest-browser-head b{
  color:var(--quest-bright);
  font-size:20px;
}

.quest-feature-stack{
  margin-bottom:18px;
}

.quest-feature-card{
  display:block;
  margin-bottom:18px;
  padding:26px;
  border:1px solid rgba(208,154,85,.24);
  border-radius:28px;
  color:var(--quest-text);
  text-decoration:none;
  background:
    linear-gradient(145deg, rgba(208,154,85,.07), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    rgba(15,15,17,.96);
  box-shadow:0 28px 90px rgba(0,0,0,.34);
  overflow:hidden;
  position:relative;
}

.quest-feature-card:after{
  content:"";
  position:absolute;
  inset:auto -12% -42% auto;
  width:380px;
  height:380px;
  background:radial-gradient(circle, rgba(208,154,85,.12), transparent 64%);
  pointer-events:none;
}

.quest-feature-body{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:end;
  margin:16px 0 18px;
  position:relative;
  z-index:1;
}

.quest-feature-body small{
  display:block;
  margin-bottom:9px;
  color:var(--quest-gold);
  font-weight:800;
  text-transform:uppercase;
}

.quest-feature-body strong{
  display:block;
  color:var(--quest-bright);
  font-family:'Cinzel', serif;
  font-size:34px;
  font-weight:900;
  line-height:1.08;
}

.quest-feature-body p{
  max-width:760px;
  margin:12px 0 0;
  color:var(--quest-muted);
  font-size:16px;
  font-weight:600;
  line-height:1.6;
}

.quest-feature-items{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
  width:min(330px, 36vw);
}

.quest-feature-items i{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(208,154,85,.18);
  border-radius:16px;
  background:rgba(0,0,0,.28);
}

.quest-feature-items img{
  width:80%;
  height:80%;
  object-fit:contain;
}

.quest-browser .quest-directory{
  grid-template-columns:repeat(3, minmax(0,1fr));
}

.quest-browser .quest-directory-card{
  min-height:292px;
}

@media (max-width: 980px){
  .quest-browser-toolbar,
  .quest-browser .quest-directory{
    grid-template-columns:1fr;
  }

  .quest-feature-body{
    grid-template-columns:1fr;
  }

  .quest-feature-items{
    width:100%;
    justify-content:flex-start;
  }
}

@media (max-width: 720px){
  .quest-browser-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .quest-feature-card{
    padding:22px;
  }

  .quest-tabs{
    display:grid;
    grid-template-columns:1fr;
  }

  .quest-feature-body strong,
  .quest-browser-head h2{
    font-size:28px;
  }
}

.quest-item-subhead{
  margin:0 0 14px;
  padding:14px 16px;
  border:1px solid rgba(208,154,85,.14);
  border-radius:18px;
  background:rgba(208,154,85,.045);
}

.quest-item-subhead.is-reward{
  margin-top:22px;
}

.quest-item-subhead span{
  display:block;
  color:var(--z-gold);
  font-family:'Cinzel', serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
}

.quest-item-subhead p{
  margin:7px 0 0;
  color:var(--quest-muted);
  font-size:15px;
  line-height:1.5;
}


/* ==========================================================
   GoldenConquer events/event — final dark-charcoal source of truth
   Bronze is an accent only; no large brown background fields.
   ========================================================== */
body.page-style-events,
body:has(.quest-page){
  background:
    radial-gradient(circle at 50% 0%, rgba(208,154,85,.10), transparent 34%),
    radial-gradient(circle at 16% 18%, rgba(182,122,53,.055), transparent 28%),
    linear-gradient(180deg, #09090A 0%, #0B0B0C 48%, #09090A 100%) !important;
}

.quest-hero,
.quest-article,
.quest-empty,
.quest-feature-card,
.quest-directory-card,
.quest-info-box,
.quest-story-box,
.quest-item-card,
.quest-step-box,
.quest-stage-card,
.quest-side-box,
.quest-item-subhead{
  border-color:rgba(208,154,85,.16) !important;
  background:
    linear-gradient(145deg, rgba(208,154,85,.055), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.010)),
    rgba(15,15,17,.96) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.035) !important;
}

.quest-article-top,
.quest-search,
.quest-tabs{
  border-color:rgba(208,154,85,.16) !important;
  background:rgba(12,12,14,.96) !important;
}

.quest-hero h1,
.quest-article h2,
.quest-section-head h3,
.quest-side-box h3,
.quest-browser-head h2,
.quest-feature-body strong,
.quest-directory-card strong{
  color:#FFFFFF !important;
}

.quest-kicker,
.quest-type,
.quest-section-head span,
.quest-side-box span,
.quest-info-box small,
.quest-browser-head span,
.quest-feature-tag,
.quest-card-head span,
.quest-directory-card > span,
.quest-item-subhead span,
.quest-search span{
  color:#D09A55 !important;
}

.quest-hero p,
.quest-story-box p,
.quest-item-card p,
.quest-step-box li,
.quest-side-box li,
.quest-side-box p,
.quest-stage-card p,
.quest-stage-list dd,
.quest-directory-card small,
.quest-directory-card p,
.quest-feature-body p,
.quest-meta,
.quest-browser-head small,
.quest-item-subhead p{
  color:rgba(255,255,255,.70) !important;
}

.quest-tab,
.quest-search,
.quest-search input,
.quest-feature-items i,
.quest-item-icon,
.quest-stage-drop{
  border-color:rgba(208,154,85,.16) !important;
}

.quest-tab:hover,
.quest-tab.is-active,
.quest-directory-card:hover,
.quest-directory-card.is-active{
  border-color:rgba(208,154,85,.30) !important;
  background:linear-gradient(145deg, rgba(208,154,85,.085), rgba(255,255,255,.015)), rgba(15,15,17,.96) !important;
}

/* Hunter Rank System — each rank is grouped with its own requirements and drops. */
.quest-rank-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
}

.quest-rank-card{
  position:relative;
  min-height:220px;
  overflow:hidden;
}

.quest-rank-card::after{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(208,154,85,.72),transparent);
}

.quest-rank-card .quest-step-number{
  border-radius:50%;
  font-size:18px;
}

.quest-rank-card .quest-step-content{
  min-width:0;
}

.quest-rank-meta{
  margin:12px 0 0 !important;
}

.quest-rank-drops{
  margin-top:16px;
  padding:14px 16px;
  border:1px solid rgba(208,154,85,.18);
  border-radius:14px;
  background:rgba(208,154,85,.055);
}

.quest-rank-drops > strong{
  display:block;
  color:#D09A55;
  font-family:'Cinzel',serif;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.quest-rank-drops ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
  margin:10px 0 0 !important;
  padding:0 !important;
  list-style:none;
}

.quest-rank-drops li{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  color:#fff !important;
  font-weight:700;
}

.quest-rank-drop-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(208,154,85,.22);
  border-radius:11px;
  background:rgba(0,0,0,.28);
}

.quest-rank-drop-icon img{
  width:82%;
  height:82%;
  object-fit:contain;
}

.quest-rank-drop-icon.is-missing::before{
  content:"?";
  color:rgba(255,255,255,.48);
  font-family:'Cinzel',serif;
  font-size:15px;
  font-weight:800;
}

.quest-rank-card.rank-s{
  grid-column:1 / -1;
}

@media (max-width:760px){
  .quest-rank-grid{
    grid-template-columns:1fr;
  }
  .quest-rank-card.rank-s{
    grid-column:auto;
  }
  .quest-rank-drops ul{
    grid-template-columns:1fr;
  }
}

/* Hunter Rank System — polished item drop tiles only. */
.quest-rank-drops{
  padding:13px 14px 14px;
}

.quest-rank-drops ul{
  gap:10px;
}

.quest-rank-drops li{
  min-height:92px;
  padding:10px 8px 9px;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  text-align:center;
  border:1px solid rgba(208,154,85,.13);
  border-radius:11px;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.13));
  font-size:12px;
  line-height:1.35;
  transition:border-color .2s ease,transform .2s ease,background .2s ease;
}

.quest-rank-drops li:hover{
  transform:translateY(-2px);
  border-color:rgba(208,154,85,.30);
  background:linear-gradient(180deg,rgba(208,154,85,.07),rgba(0,0,0,.15));
}

.quest-rank-drops li > span:last-child{
  display:flex;
  min-height:32px;
  align-items:center;
  justify-content:center;
  word-break:normal;
  overflow-wrap:normal;
}

.quest-rank-drop-icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:12px;
  background:radial-gradient(circle at 50% 40%,rgba(208,154,85,.10),rgba(0,0,0,.34));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 5px 14px rgba(0,0,0,.24);
}

.quest-rank-drop-icon img{
  width:88%;
  height:88%;
}

@media (max-width:1180px) and (min-width:761px){
  .quest-rank-drops li{
    font-size:11px;
  }
}

/* Live schedule loaded from the game server's Source/ini/DailyActivity.ini. */
.server-events-panel{
  margin:0 auto 26px;
  padding:24px;
  border:1px solid rgba(208,154,85,.24);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(22,22,23,.97),rgba(8,8,9,.96));
  box-shadow:0 20px 55px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.025);
}

.server-events-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:20px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(208,154,85,.16);
}

.server-events-heading > div:first-child > span,
.server-events-source small{
  color:#c99349;
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.server-events-heading h2{
  margin:4px 0 0;
  color:#f4f0e8;
  font-family:'Cinzel',serif;
  font-size:30px;
}

.server-events-source{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
  color:rgba(255,255,255,.78);
  text-align:right;
}

.server-events-source b{font-size:13px}
.server-events-source small{color:rgba(255,255,255,.38);letter-spacing:.7px;text-transform:none}

.server-events-columns{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:18px;
}

.server-events-columns > div > h3{
  margin:0 0 10px;
  color:rgba(255,255,255,.55);
  font-size:11px;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.server-events-list{display:grid;gap:10px}
.server-event-card{
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  background:rgba(255,255,255,.025);
}

.server-event-card.is-live{border-color:rgba(63,220,137,.42);background:rgba(24,107,71,.12)}
.server-event-card.is-registration{border-color:rgba(219,157,69,.4);background:rgba(181,112,26,.08)}
.server-event-card-top,.server-event-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.server-event-state{color:#d09a55;font-size:9px;font-weight:900;letter-spacing:1px;text-transform:uppercase}
.server-event-card.is-live .server-event-state{color:#4ee09a}
.server-event-card.is-registration .server-event-state{color:#f0b763}
.server-event-date{color:rgba(255,255,255,.48);font-size:11px;white-space:nowrap}
.server-event-card h3{margin:9px 0 4px;color:#f3eee5;font-family:'Cinzel',serif;font-size:17px}
.server-event-card p{margin:0 0 11px;color:rgba(255,255,255,.55);font-size:12px;line-height:1.55}
.server-event-card-bottom{padding-top:9px;border-top:1px solid rgba(255,255,255,.055);color:rgba(255,255,255,.42);font-size:11px}
.server-event-card-bottom strong{color:#d6a25d;font-weight:700}
.server-event-card.is-live .server-event-card-bottom strong{color:#4ee09a}
.server-events-empty{margin:0;padding:22px;border:1px dashed rgba(255,255,255,.1);border-radius:12px;color:rgba(255,255,255,.45);font-size:12px;text-align:center}
.server-events-panel.has-error{border-color:rgba(210,88,72,.34)}

.source-guide-card:not(a){cursor:default}
.source-guide-card:not(a):hover{transform:none}
.source-guide-card small{color:#c79959;line-height:1.55}

@media (max-width:760px){
  .server-events-panel{padding:18px 14px}
  .server-events-heading{align-items:flex-start;flex-direction:column}
  .server-events-source{align-items:flex-start;text-align:left}
  .server-events-columns{grid-template-columns:1fr}
  .server-event-card-top,.server-event-card-bottom{align-items:flex-start;flex-direction:column;gap:5px}
}
