/*
 * G&C REV10W FIX45 — Path of the Wolf V6.
 * Feed identity safety, high-contrast activity journal tabs and richer original atmospheric art.
 */
html[data-gc-theme="path-of-the-wolf"] body{
  background-image:linear-gradient(180deg,rgba(5,6,5,.72),rgba(5,6,5,.88)),url('/gc-theme-path-wolf-background-v2.svg?v=1')!important;
  background-size:cover,1600px auto!important;
  background-position:center top,center top!important;
}
html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Member{
  color:#e06150!important;
  text-shadow:0 1px 0 rgba(0,0,0,.55)!important;
  text-decoration:none!important;
}
html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Sentence{
  color:#c8bcaa!important;
}
html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Sentence strong{color:#f3ead9!important}

/* Selected journal tab: icon and count read as inlaid parchment/brass tokens, not red-on-red. */
html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Tab.isActive{
  color:#fff0cf!important;
  border-color:rgba(223,188,119,.48)!important;
  background:linear-gradient(155deg,#7e3027 0%,#8f392e 52%,#5d241f 100%)!important;
  box-shadow:inset 4px 0 0 #e1c281,inset 0 1px rgba(255,242,211,.10),0 10px 26px rgba(0,0,0,.34)!important;
}
html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Tab.isActive .gcHomeActivityV2TabIcon{
  color:#26170f!important;
  background:linear-gradient(145deg,#efd69f,#b88e4e)!important;
  border-color:#f5dfac!important;
  box-shadow:inset 0 0 0 1px rgba(63,37,17,.28),0 3px 9px rgba(0,0,0,.30)!important;
}
html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Tab.isActive .gcHomeActivityV2TabCount{
  min-width:25px!important;height:25px!important;
  color:#24140e!important;
  background:linear-gradient(145deg,#f4dfad,#c59a56)!important;
  border-color:#f6e4b8!important;
  box-shadow:inset 0 0 0 1px rgba(64,36,15,.25),0 3px 9px rgba(0,0,0,.30)!important;
}

/* Activity cards become chronicle entries; identity stays fully legible. */
html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Card{
  border-radius:3px 22px 3px 22px!important;
  border-color:rgba(202,171,108,.23)!important;
  background:linear-gradient(155deg,rgba(29,27,20,.94),rgba(10,11,9,.93))!important;
}
html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Member:focus-visible{
  outline:2px solid #e4c98f!important;outline-offset:3px!important;border-radius:2px!important;
}

@media(max-width:680px){
  html[data-gc-theme="path-of-the-wolf"] body{background-size:auto 100vh,1220px auto!important;background-position:center top,55% top!important}
  html[data-gc-theme="path-of-the-wolf"] .gcHomeActivityV2Tab.isActive .gcHomeActivityV2TabCount{min-width:23px!important;height:23px!important}
}
