/* ══════════════════════════════════════════════════════
   地球Online · 悬赏大厅皮肤
   硬边告示板 · 红 / 芥末金 / 墨蓝 / 绿
   杜绝：药丸芯片、软阴影、玻璃、蓝紫霓虹、Inter 游戏风
   ══════════════════════════════════════════════════════ */

.eo-bounty{
  --by-red:#c41212;
  --by-gold:#b8860b;
  --by-ink:#1f5f7a;
  --by-ok:#16803c;
  --by-paper:#f3f1ec;
  --by-panel:#fffcf6;
  --by-serif:"Noto Serif SC","Songti SC",serif;
  --by-mono:"IBM Plex Mono",ui-monospace,Consolas,monospace;
  background:
    linear-gradient(180deg,#ebe7df 0%,var(--by-paper) 160px,#f0eeea 100%);
  color:#111;
}
.eo-bounty body,
body.eo-bounty{
  font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
}

/* ── 顶栏 ── */
.eo-bounty .by-mast{
  margin:0 auto;
  max-width:var(--page-w,1280px);
  padding:16px var(--gx,20px) 12px;
}
.eo-bounty .by-mast-board{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(220px,.85fr);
  border:1px solid #111;
  background:#fff;
}
.eo-bounty .by-mast-main{
  position:relative;
  /* 顶距让出左上角水印；其余 padding 对齐 BBS .page-intro-main */
  padding:48px 18px 14px 22px !important;
  border-right:1px solid #111 !important;
  background:#fff !important;
  overflow:hidden;
}
.eo-bounty .by-mast-main::before{
  content:"";
  position:absolute;left:0;top:0;bottom:0;width:5px;
  background:var(--by-gold);
  z-index:1;
}
/* 水印左上；文案用 padding-top 让开，避免重叠 */
.eo-bounty .by-mast-main::after{
  content:"BOUNTY";
  position:absolute;
  left:14px;top:6px;right:auto;bottom:auto;
  font-family:var(--by-mono);
  font-size:40px;font-weight:600;
  letter-spacing:-.04em;line-height:1;
  color:rgba(184,134,11,.14);
  pointer-events:none;
  z-index:0;
}
.eo-bounty .by-kicker{display:none}
/* 以下间距直接抄 BBS */
.eo-bounty .by-mast h1{
  margin:0 0 26px !important;
  font-family:var(--by-serif) !important;
  font-size:clamp(24px,2.8vw,32px) !important;
  font-weight:700 !important;line-height:1.15 !important;color:#111 !important;
  position:relative;z-index:1;
}
.eo-bounty .by-lead{
  margin:0 0 32px !important;
  max-width:100%;
  font-size:13px !important;line-height:1.55 !important;
  color:rgba(0,0,0,.58) !important;
  position:relative;z-index:1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.eo-bounty .by-lead::before{
  content:"Bounty Board · Open Jobs";
  display:block;
  margin-bottom:6px;
  font-family:var(--by-mono);
  font-size:10px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--by-red);
}
.eo-bounty .by-stats,
.eo-bounty .by-stats.page-intro-stats{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:0 !important;
  border:1px solid #111 !important;
  background:var(--by-panel) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  position:relative;z-index:1;
}
.eo-bounty .by-stats .stat-cell{
  padding:10px 12px !important;
  border-right:1px solid #111 !important;
  background:transparent !important;
  min-width:0;
}
.eo-bounty .by-stats .stat-cell:last-child{border-right:0 !important}
.eo-bounty .by-stats .k{
  display:block;
  margin:0 0 2px !important;
  font-family:var(--by-mono) !important;
  font-size:10px !important;letter-spacing:.08em;
  color:rgba(0,0,0,.45) !important;
  text-transform:none !important;
}
.eo-bounty .by-stats .v,
.eo-bounty .by-stats .stat-post-link{
  font-family:var(--by-serif) !important;
  font-size:14px !important;font-weight:700 !important;color:#111 !important;
  line-height:1.35 !important;
  text-decoration:none !important;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;
}
.eo-bounty .by-stats .v.g,
.eo-bounty .by-stats a.v.g{color:var(--by-ok) !important}
.eo-bounty .by-stats .v.r,
.eo-bounty .by-stats a.v.r{color:var(--by-red) !important}
.eo-bounty .by-stats .stat-post-link:hover{color:var(--by-red) !important}
.eo-bounty .by-mast-side{
  min-width:0;
  min-height:100%;
  background:var(--by-panel);
  padding:0;
}

/* ── 悬赏之星：赏金王告示（去紫药丸 / 玻璃光球） ── */
.eo-bounty .by-mast-side .page-intro-deck,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"]{
  --star-deck-photo:none !important;
  --star-deck-glass:transparent !important;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:12px !important;
  height:100%;
  min-height:220px;
  margin:0 !important;
  padding:18px 16px 16px !important;
  border:0 !important;
  border-left:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:hidden;
  isolation:isolate;
  animation:none !important;
  background:
    linear-gradient(180deg,rgba(196,92,38,.16) 0%,transparent 42%),
    repeating-linear-gradient(45deg,#fff4ec 0 7px,#f6e4d6 7px 14px) !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] > .pid-deck-photo,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] > .pid-deck-glass,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] > .pid-deck-blur,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] > .pid-deck-veil{
  display:none !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"]::before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;left:0 !important;right:0 !important;
  width:auto !important;height:5px !important;
  background:#c45c26 !important;
  background-image:none !important;
  opacity:1 !important;
  animation:none !important;
  z-index:2;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"]::after{
  content:"★" !important;
  position:absolute !important;
  right:8px !important;bottom:-18px !important;
  inset:auto !important;
  font-family:var(--by-serif);
  font-size:96px;font-weight:700;line-height:1;
  color:rgba(196,92,38,.12) !important;
  background:none !important;
  opacity:1 !important;
  pointer-events:none;
  z-index:0;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] > *{
  position:relative;z-index:1;
}

.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-label{
  display:inline-flex !important;
  align-items:center;gap:8px;
  align-self:flex-start;
  width:max-content;
  margin:0 !important;
  padding:5px 10px !important;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#111 !important;
  color:#fff !important;
  font-family:var(--by-mono) !important;
  font-size:10px !important;font-weight:700 !important;
  letter-spacing:.14em !important;text-transform:uppercase;
  box-shadow:none !important;
  animation:none !important;
  background-image:none !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-label-mark{
  display:inline-block !important;
  width:8px !important;height:8px !important;
  border:1px solid #fff !important;
  border-radius:0 !important;
  background:#c45c26 !important;
  background-image:none !important;
  box-shadow:none !important;
  animation:none !important;
  font-size:0 !important;color:transparent !important;
}

.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-orb,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-orb--avatar{
  width:76px !important;height:76px !important;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#111 !important;
  color:#fff !important;
  box-shadow:4px 4px 0 #c45c26 !important;
  animation:none !important;
  display:grid !important;place-items:center;
  font-family:var(--by-serif) !important;
  font-size:24px !important;font-weight:700 !important;
  overflow:hidden;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-orb::before,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-orb--avatar::before,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-orb::after,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-orb--avatar::after{
  display:none !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-orb--avatar img,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-orb img{
  width:100% !important;height:100% !important;
  object-fit:cover;border-radius:0 !important;
}

.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-player{
  display:flex !important;
  flex-direction:row-reverse !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 !important;
  padding:12px !important;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-player .pid-orb,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-player .pid-orb--avatar{
  width:64px !important;height:64px !important;
  box-shadow:3px 3px 0 #c45c26 !important;
  flex-shrink:0;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-meta{
  flex:1;min-width:0;
  display:flex;flex-direction:column;gap:4px;
  margin:0 !important;padding:0 !important;
  border:0 !important;background:transparent !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-meta > p{
  margin:0 !important;
  display:flex;align-items:baseline;gap:4px;
  min-width:0;
  font-size:12px;line-height:1.35;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-k{
  flex-shrink:0;
  font-family:var(--by-mono) !important;
  font-size:10px !important;
  letter-spacing:.06em;
  color:rgba(0,0,0,.4) !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-v{
  font-family:var(--by-serif) !important;
  font-size:13px !important;font-weight:700 !important;
  color:#111 !important;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-nick .pid-v{
  font-size:15px !important;
}

.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-chips{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:0 !important;
  margin:0 !important;padding:0 !important;
  list-style:none !important;
  border:1px solid #111;
  background:#fff;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-chips li[data-act]{
  display:flex !important;
  flex-direction:column !important;
  align-items:center;justify-content:center;
  gap:4px !important;
  margin:0 !important;
  padding:10px 6px !important;
  border:0 !important;
  border-right:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  font-family:var(--by-mono) !important;
  font-size:11px !important;font-weight:600;
  color:#111 !important;
  cursor:pointer;
  transition:background .12s ease,color .12s ease;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-chips li[data-act]:last-child{
  border-right:0 !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-chips li[data-act]:hover,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-chips li[data-act]:focus-visible{
  background:#111 !important;color:#fff !important;
  transform:none !important;box-shadow:none !important;
  outline:none;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-chips li[data-act] em{
  display:none !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-chips .pid-ico{
  display:inline-flex;line-height:1;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-chips .pid-lab{
  letter-spacing:.04em;
}

.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-meter{
  height:10px !important;
  margin:2px 0 0 !important;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  overflow:hidden;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-meter > i{
  display:block;height:100%;
  width:var(--pid-pct,64%);
  background:#c45c26 !important;
  background-image:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
  animation:none !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-foot{
  display:flex !important;
  align-items:center;justify-content:space-between;gap:8px;
  margin:0 !important;padding:0 !important;
  border:0 !important;background:transparent !important;
  box-shadow:none !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-heat-lab{
  display:inline-flex;align-items:center;gap:6px;
  font-family:var(--by-mono) !important;
  font-size:11px !important;
  color:rgba(0,0,0,.5) !important;
  letter-spacing:.06em;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-heat-dot{
  width:8px !important;height:8px !important;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#c45c26 !important;
  box-shadow:none !important;
  animation:none !important;
}
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-foot strong,
.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-heat-pct{
  font-family:var(--by-mono) !important;
  font-size:14px !important;font-weight:700 !important;
  color:#111 !important;
  text-shadow:none !important;
}

.eo-bounty .page-intro-deck.is-star[data-star-kind="bounty"] .pid-guest{
  border:1px dashed #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  font-family:var(--by-mono);font-size:12px;color:rgba(0,0,0,.5);
  padding:12px !important;
}

/* 旧 page-intro 若残留则隐藏 */
.eo-bounty > .page-intro{display:none !important}

/* ── 身份条 ── */
.eo-bounty .bounty-persona-strip{
  border-top:1px solid #111;
  border-bottom:1px solid #111;
  background:var(--by-panel);
  margin:0;
}
.eo-bounty .bounty-persona-strip__inner{
  max-width:var(--page-w,1280px);
  margin:0 auto;
  padding:10px var(--gx,20px);
}
.eo-bounty .bounty-gm-persona-bar{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px;
  font-family:var(--by-mono);font-size:12px;
}
.eo-bounty .bounty-persona-select,
.eo-bounty .form-input.bounty-persona-select,
.eo-bounty .bbs-persona-trigger{
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
}
.eo-bounty .bbs-persona-trigger:hover{
  box-shadow:2px 2px 0 #111 !important;
}

/* ── 怎么结算：密排费率告示（去空旷卡片） ── */
.eo-bounty .bounty-fee-note{
  display:grid !important;
  grid-template-columns:minmax(160px,.85fr) minmax(0,2.4fr) !important;
  gap:0 !important;
  margin:0 0 18px !important;
  padding:0 !important;
  border:1px solid #111 !important;
  border-radius:0 !important;
  box-shadow:3px 3px 0 #111 !important;
  background:#fff !important;
  overflow:hidden;
  align-items:stretch;
}
.eo-bounty .bcn-rail{
  display:flex;flex-direction:column;justify-content:center;gap:8px;
  padding:16px 16px 16px 18px;
  border-right:1px solid #111;
  background:#111;
  color:#fff;
  position:relative;
  min-height:0;
}
.eo-bounty .bcn-rail::after{
  content:"";
  position:absolute;left:0;top:0;bottom:0;width:5px;
  background:var(--by-gold);
}
.eo-bounty .bcn-rail .bcn-eyebrow{
  font-family:var(--by-mono);
  font-size:10px;font-weight:700;
  letter-spacing:.16em;color:var(--by-gold);
}
.eo-bounty .bcn-rail .note-title{
  margin:0;
  font-family:var(--by-serif);
  font-size:22px;font-weight:700;line-height:1.15;color:#fff;
}
.eo-bounty .bcn-rail-text{
  margin:0;
  font-size:12px;line-height:1.55;
  color:rgba(255,255,255,.68);
  max-width:22ch;
}
.eo-bounty .bcn-main{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
}
.eo-bounty .bcn-board{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  flex:1;
  align-items:stretch;
  border-bottom:1px solid #111;
  background:var(--by-panel);
}
.eo-bounty .bcn-cell{
  padding:12px 12px 14px;
  border-right:1px solid #111;
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
  min-height:100%;
  box-sizing:border-box;
}
.eo-bounty .bcn-cell:last-child{border-right:0}
.eo-bounty .bcn-cell.is-rate{
  background:#fff;
}
.eo-bounty .bcn-n{
  font-family:var(--by-mono);
  font-size:10px;font-weight:700;letter-spacing:.1em;
  color:var(--by-red);
}
.eo-bounty .bcn-cell strong{
  font-family:var(--by-serif);
  font-size:15px;font-weight:700;color:#111;
}
.eo-bounty .bcn-cell p{
  margin:0;
  font-size:12px;line-height:1.4;color:rgba(0,0,0,.52);
}
.eo-bounty .bcn-rate-k{
  font-family:var(--by-mono);
  font-size:10px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--by-ink);
}
.eo-bounty .bcn-rate-v{
  font-family:var(--by-serif);
  font-size:18px;font-weight:700;line-height:1.2;color:#111;
}
.eo-bounty .bcn-rate-v em{
  font-style:normal;color:var(--by-red);
}
.eo-bounty .bcn-cell.is-rmb .bcn-rate-v{font-size:16px}
.eo-bounty .bcn-rate-s{
  font-family:var(--by-mono);
  font-size:11px;color:rgba(0,0,0,.45);
}
.eo-bounty .bcn-footline{
  margin:0;
  padding:9px 14px;
  font-family:var(--by-mono);
  font-size:11px;letter-spacing:.02em;
  color:rgba(0,0,0,.5);
  background:var(--by-panel);
  border:0;
}

/* ── Tabs ── */
.eo-bounty .bounty-tabs{
  display:flex;flex-wrap:wrap;align-items:stretch;gap:10px;
  margin:0 0 16px;
}
.eo-bounty .bounty-tab-track{
  display:flex;flex-wrap:wrap;gap:0;
  border:1px solid #111;
  background:#fff;
  flex:1;min-width:0;
}
.eo-bounty .bounty-tab{
  border:0 !important;
  border-right:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  padding:10px 14px !important;
  font-family:var(--by-mono) !important;
  font-size:11px !important;
  letter-spacing:.04em;
  color:rgba(0,0,0,.55) !important;
}
.eo-bounty .bounty-tab:last-child{border-right:0 !important}
.eo-bounty .bounty-tab .ct{
  margin-left:6px;
  font-weight:700;color:#111;
}
.eo-bounty .bounty-tab.on,
.eo-bounty .bounty-tab[aria-selected="true"]{
  background:#111 !important;
  color:#fff !important;
}
.eo-bounty .bounty-tab.on .ct,
.eo-bounty .bounty-tab[aria-selected="true"] .ct{color:var(--by-gold) !important}
.eo-bounty .bounty-tab-publish{
  display:inline-flex;align-items:center;gap:6px;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:var(--by-red) !important;
  color:#fff !important;
  font-family:var(--by-mono) !important;
  font-size:12px !important;font-weight:700;
  letter-spacing:.06em;
  padding:10px 16px !important;
  box-shadow:3px 3px 0 #111 !important;
  white-space:nowrap;
}
.eo-bounty .bounty-tab-publish:hover{
  background:#9e0e0e !important;
  transform:translate(1px,1px);
  box-shadow:2px 2px 0 #111 !important;
}
.eo-bounty .bounty-tab-publish-ico{
  font-size:16px;line-height:1;font-weight:600;
}

/* ── 列表眉 ── */
.eo-bounty .by-list-eyebrow{
  display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px;
  font-family:var(--by-mono);
  margin:0 0 14px;
}
.eo-bounty .by-list-eyebrow > span:first-child{
  color:var(--by-red);
  letter-spacing:.14em;text-transform:uppercase;
  font-size:10px;
}
.eo-bounty .by-list-meta{
  color:rgba(0,0,0,.42);font-size:11px;
}

/* ── 网格卡片 ── */
.eo-bounty .bounty-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}
@media (max-width:1080px){
  .eo-bounty .bounty-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media (max-width:680px){
  .eo-bounty .bounty-grid{grid-template-columns:1fr !important;gap:12px !important}
}

.eo-bounty .bounty-card{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
  min-height:292px;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:
    linear-gradient(180deg,rgba(255,252,246,.9) 0%,#fff 48px),
    #fff !important;
  box-shadow:none !important;
  overflow:hidden;
  cursor:pointer;
  position:relative;
  transition:background .12s ease, box-shadow .12s ease, transform .12s ease !important;
  transform:none !important;
}
.eo-bounty .bounty-card.coin-dirt{
  background:
    linear-gradient(90deg,rgba(22,128,60,.05) 0,rgba 42%),
    linear-gradient(180deg,#fffcf6 0%,#fff 56px),
    #fff !important;
}
.eo-bounty .bounty-card.coin-stone{
  background:
    linear-gradient(90deg,rgba(31,95,122,.06) 0,transparent 42%),
    linear-gradient(180deg,#f5f8fa 0%,#fff 56px),
    #fff !important;
}
.eo-bounty .bounty-card.coin-brick{
  background:
    linear-gradient(90deg,rgba(184,134,11,.07) 0,transparent 42%),
    linear-gradient(180deg,#fff8ec 0%,#fff 56px),
    #fff !important;
}
.eo-bounty .bounty-card::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:0 !important;top:0 !important;bottom:0 !important;
  width:5px !important;height:auto !important;
  background:var(--by-ok) !important;
  border-radius:0 !important;
  transform:none !important;
  z-index:3;
}
.eo-bounty .bounty-card.status-recruiting::before{background:var(--by-ok) !important}
.eo-bounty .bounty-card.status-full::before{background:var(--by-gold) !important}
.eo-bounty .bounty-card.status-ended::before{background:#8a8a8a !important}
.eo-bounty .bounty-card.is-featured::before{background:var(--by-red) !important}
.eo-bounty .bounty-card::after{display:none !important}
.eo-bounty .bounty-card:hover,
.eo-bounty .bounty-card:focus-within,
.eo-bounty .bounty-card:active{
  background:#fff !important;
  box-shadow:4px 4px 0 #111 !important;
  transform:translate(-1px,-1px) !important;
}
.eo-bounty .bounty-card.coin-dirt:hover,
.eo-bounty .bounty-card.coin-stone:hover,
.eo-bounty .bounty-card.coin-brick:hover{
  background:#fff !important;
}

.eo-bounty .bounty-card-mark{
  position:absolute;
  right:10px;top:6px;
  font-family:var(--by-serif);
  font-size:64px;font-weight:700;line-height:1;
  color:rgba(17,17,17,.04);
  pointer-events:none;
  z-index:0;
  letter-spacing:-.06em;
  user-select:none;
}
.eo-bounty .bounty-card.is-featured .bounty-card-mark{color:rgba(196,18,18,.07)}

.eo-bounty .bounty-card-head{
  position:relative;z-index:1;
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:12px 14px 0 18px;
}
.eo-bounty .bounty-card-serial{
  font-family:var(--by-mono);
  font-size:10px;letter-spacing:.14em;
  color:rgba(0,0,0,.38);
}
.eo-bounty .bounty-card-top{
  display:flex;flex-wrap:wrap;align-items:center;gap:6px;
  padding:0;
}
.eo-bounty .bounty-card-cat,
.eo-bounty .bounty-status{
  display:inline-flex !important;
  align-items:center;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  font-family:var(--by-mono) !important;
  font-size:10px !important;
  letter-spacing:.05em !important;
  padding:3px 7px !important;
  line-height:1.2;
  color:#111 !important;
}
.eo-bounty .bounty-card-cat.is-featured{
  background:var(--by-red) !important;color:#fff !important;
}
.eo-bounty .bounty-status.recruiting{color:var(--by-ok) !important;font-weight:700}
.eo-bounty .bounty-status.full{color:var(--by-gold) !important;font-weight:700}
.eo-bounty .bounty-status.ended{color:#8a8a8a !important}

.eo-bounty .bounty-card-body{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  gap:0;
  flex:1;
  margin:10px 0 0;
  min-height:0;
  border-top:1px solid #111;
  border-bottom:1px solid #111;
}
.eo-bounty .bounty-card-main{
  display:flex;flex-direction:column;gap:8px;
  padding:12px 12px 12px 18px;
  min-width:0;
}
.eo-bounty .bounty-card-title{
  margin:0 !important;
  padding:0 !important;
  font-family:var(--by-serif) !important;
  font-size:17px !important;
  font-weight:700 !important;
  line-height:1.32 !important;
  color:#111 !important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.eo-bounty .bounty-card-desc{
  margin:0 !important;
  font-size:12px;line-height:1.55;color:rgba(0,0,0,.55);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.eo-bounty .bounty-card-by{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;
  padding:0;
  margin-top:auto;
  overflow:visible;
}
.eo-bounty .bounty-card-author{
  display:inline-flex;align-items:center;gap:8px;min-width:0;overflow:visible;
}
.eo-bounty .bounty-card-author-meta{
  display:flex;flex-direction:column;gap:1px;min-width:0;
}
.eo-bounty .bounty-card-author-meta em{
  font-style:normal;
  font-family:var(--by-mono);
  font-size:10px;color:rgba(0,0,0,.4);
}
.eo-bounty .bounty-card:has(.has-avf){overflow:visible}
.eo-bounty .bounty-card-avatar:not(.has-avf),
.eo-bounty .bounty-card-avatar:not(.has-avf) img,
.eo-bounty .bounty-card-avatar:not(.has-avf) .av-fb,
.eo-bounty .bounty-card-avatar:not(.has-avf) .app-avatar-img{
  width:28px !important;height:28px !important;
  border:1px solid #111 !important;
  border-radius:50% !important;
  box-shadow:none !important;
  object-fit:cover !important;
  overflow:hidden;
}
.eo-bounty .bounty-card-avatar:not(.has-avf){
  display:inline-flex !important;
  align-items:center;justify-content:center;
  flex:0 0 auto;
}
.eo-bounty .bounty-card-avatar.has-avf,
.eo-bounty .detail-publisher-avatar.has-avf{
  display:block !important;
  position:relative !important;
  width:28px !important;height:28px !important;
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
  border-color:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:none !important;
  flex:0 0 auto;
  line-height:0 !important;
}
.eo-bounty .detail-publisher-avatar.has-avf{
  width:40px !important;height:40px !important;
}
.eo-bounty .bounty-card-avatar.has-avf .avf-wrap,
.eo-bounty .bounty-card-avatar.has-avf .avf-face,
.eo-bounty .bounty-card-avatar.has-avf .avf-frame,
.eo-bounty .detail-publisher-avatar.has-avf .avf-wrap,
.eo-bounty .detail-publisher-avatar.has-avf .avf-face,
.eo-bounty .detail-publisher-avatar.has-avf .avf-frame,
.eo-bounty .app-avatar.has-avf .avf-wrap,
.eo-bounty .app-avatar.has-avf .avf-face,
.eo-bounty .app-avatar.has-avf .avf-frame{
  border:0 !important;outline:none !important;box-shadow:none !important;
}
.eo-bounty .bounty-card-author strong{
  font-family:var(--by-serif);font-size:13px;font-weight:700;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;
  display:block;
}
.eo-bounty .bounty-card-diff{
  font-family:var(--by-mono);font-size:12px;color:var(--by-gold);letter-spacing:.04em;
  border:1px solid rgba(184,134,11,.35);
  background:rgba(184,134,11,.08);
  padding:2px 6px;
}

.eo-bounty .bounty-card-stub{
  position:relative;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:4px;
  padding:12px 8px;
  border-left:1px dashed #111;
  background:
    repeating-linear-gradient(
      180deg,
      transparent 0 10px,
      rgba(17,17,17,.06) 10px 11px
    ),
    var(--by-panel);
  text-align:center;
  min-width:0;
}
.eo-bounty .bounty-card-stub::before,
.eo-bounty .bounty-card-stub::after{
  content:"";
  position:absolute;left:-5px;
  width:9px;height:9px;
  border-radius:50%;
  background:var(--by-paper,#f3f1ec);
  border:1px solid #111;
  z-index:2;
}
.eo-bounty .bounty-card-stub::before{top:-5px}
.eo-bounty .bounty-card-stub::after{bottom:-5px}
.eo-bounty .bounty-card-stub.tok-dirt{background-color:rgba(22,128,60,.06)}
.eo-bounty .bounty-card-stub.tok-stone{background-color:rgba(31,95,122,.07)}
.eo-bounty .bounty-card-stub.tok-brick{background-color:rgba(184,134,11,.09)}
.eo-bounty .stub-kicker{
  font-family:var(--by-mono);
  font-size:9px;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(0,0,0,.42);
}
.eo-bounty .stub-amount{
  display:flex;align-items:baseline;justify-content:center;gap:2px;
  line-height:1;
}
.eo-bounty .stub-amount i{
  font-style:normal;
  font-family:var(--by-mono);
  font-size:11px;font-weight:700;
}
.eo-bounty .stub-amount b{
  font-family:var(--by-serif);
  font-size:26px;font-weight:700;color:#111;
  letter-spacing:-.03em;
}
.eo-bounty .bounty-card-stub.tok-dirt .stub-amount i{color:var(--by-ok)}
.eo-bounty .bounty-card-stub.tok-stone .stub-amount i{color:var(--by-ink)}
.eo-bounty .bounty-card-stub.tok-brick .stub-amount i{color:var(--by-gold)}
.eo-bounty .stub-unit{
  font-family:var(--by-mono);font-size:10px;color:rgba(0,0,0,.5);
}
.eo-bounty .stub-earner{
  margin-top:4px;
  font-family:var(--by-mono);
  font-size:9px;line-height:1.35;color:rgba(0,0,0,.48);
  max-width:100%;
}

.eo-bounty .bounty-card-tags{
  display:flex;flex-wrap:wrap;gap:6px;
  padding:0;
}
.eo-bounty .bounty-card-chip{
  display:inline-flex !important;align-items:center;gap:4px;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  padding:2px 6px !important;
  font-family:var(--by-mono) !important;
  font-size:10px !important;
  color:rgba(0,0,0,.55) !important;
  box-shadow:none !important;
}
.eo-bounty .bounty-card-chip.is-urgent{color:var(--by-red) !important;font-weight:700}
.eo-bounty .bounty-card-chip svg{display:none}

.eo-bounty .bounty-card-quota{
  display:flex;align-items:center;gap:8px;
}
.eo-bounty .bounty-card-quota-track{
  flex:1;height:4px;
  border:1px solid #111;
  background:#fff;
  overflow:hidden;
}
.eo-bounty .bounty-card-quota-fill{
  display:block;height:100%;
  background:var(--by-ok);
}
.eo-bounty .bounty-card.status-full .bounty-card-quota-fill{background:var(--by-gold)}
.eo-bounty .bounty-card.is-featured .bounty-card-quota-fill{background:var(--by-red)}
.eo-bounty .bounty-card-quota-lbl{
  font-family:var(--by-mono);font-size:10px;color:rgba(0,0,0,.45);
  flex:0 0 auto;
}

.eo-bounty .bounty-card-foot{
  position:relative;z-index:1;
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  margin-top:auto;
  padding:10px 14px 10px 18px;
  background:var(--by-panel);
}
.eo-bounty .bounty-card-meta{
  font-family:var(--by-mono);font-size:11px;color:rgba(0,0,0,.5);
  flex:1;min-width:0;
}
.eo-bounty .bounty-card-join{
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:var(--by-red) !important;
  color:#fff !important;
  font-family:var(--by-mono) !important;
  font-size:11px !important;font-weight:700;
  letter-spacing:.04em;
  padding:6px 12px !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.eo-bounty .bounty-card-join:hover{
  background:#9e0e0e !important;
}
.eo-bounty .bounty-card-join.is-disabled{
  background:#fff !important;
  color:rgba(0,0,0,.4) !important;
  cursor:default;
}

/* 兼容旧 reward 块（若别处仍引用） */
.eo-bounty .bounty-card-reward{
  margin:0 14px 0 18px;
  padding:10px 12px;
  border:1px solid #111;
  background:var(--by-panel);
  flex:1;
}
.eo-bounty .bounty-card-reward-row{
  display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;
}
.eo-bounty .coin{
  display:inline-flex;align-items:center;gap:4px;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  padding:3px 8px !important;
  font-family:var(--by-mono) !important;
  box-shadow:none !important;
}
.eo-bounty .coin .ic{
  font-size:10px;font-weight:700;letter-spacing:.06em;
}
.eo-bounty .coin .n{
  font-family:var(--by-serif);font-size:18px;font-weight:700;color:#111;
}
.eo-bounty .coin.tok-dirt .ic{color:var(--by-ok)}
.eo-bounty .coin.tok-stone .ic{color:var(--by-ink)}
.eo-bounty .coin.tok-brick .ic{color:var(--by-gold)}
.eo-bounty .tok-eq{
  font-family:var(--by-mono);font-size:11px;color:rgba(0,0,0,.5);
}

/* 空卡 */
.eo-bounty .bounty-card.empty-slot{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:292px !important;
  padding:22px 20px !important;
  border:1px dashed #111 !important;
  background:
    repeating-linear-gradient(45deg,#fff 0 8px,#f7f4ee 8px 16px) !important;
  box-shadow:none !important;
  text-align:center !important;
}
.eo-bounty .bounty-card.empty-slot .bounty-card-mark{display:none}
.eo-bounty .bounty-card.empty-slot::before{background:var(--by-gold) !important}
.eo-bounty .bounty-card.empty-slot:hover{
  background:var(--by-panel) !important;
  border-style:solid !important;
  box-shadow:4px 4px 0 #111 !important;
}
.eo-bounty .empty-slot .vacant-plus{
  font-family:var(--by-mono);
  font-size:28px;font-weight:600;line-height:1;
  color:var(--by-red);margin:0;text-align:center;
}
.eo-bounty .empty-slot .vacant-text{
  font-family:var(--by-serif);
  font-size:18px;font-weight:700;color:#111;text-align:center;
}
.eo-bounty .empty-slot .vacant-hint{
  font-family:var(--by-mono);
  font-size:11px;color:rgba(0,0,0,.45);margin:0;text-align:center;
}

@media (max-width:680px){
  .eo-bounty .bounty-card-body{grid-template-columns:minmax(0,1fr) 78px}
  .eo-bounty .stub-amount b{font-size:22px}
  .eo-bounty .bounty-card{min-height:0}
}

/* 分页 */
.eo-bounty .bounty-pagination{
  margin-top:18px;
  display:flex;flex-wrap:wrap;gap:6px;justify-content:center;
}
.eo-bounty .bounty-pagination a,
.eo-bounty .bounty-pagination button,
.eo-bounty .bounty-pagination .page-btn,
.eo-bounty .bounty-pagination .pager-btn,
.eo-bounty .bounty-pagination .pager-num{
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  font-family:var(--by-mono) !important;
  font-size:12px !important;
  padding:6px 10px !important;
  color:#111 !important;
}
.eo-bounty .bounty-pagination .on,
.eo-bounty .bounty-pagination .is-active,
.eo-bounty .bounty-pagination [aria-current="page"]{
  background:#111 !important;color:#fff !important;
}

/* ══════════════════════════════════════════════════════
   详情 · 悬赏票
   ══════════════════════════════════════════════════════ */
.eo-bounty #detail-modal.modal-overlay{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  background:rgba(40,36,30,.55) !important;
  z-index:12000 !important;
}
.eo-bounty #detail-modal .modal-box.detail-modal,
.eo-bounty #detail-modal .detail-modal{
  width:min(640px,calc(100vw - 20px)) !important;
  max-height:min(92vh,920px) !important;
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:8px 8px 0 #111 !important;
  overflow:hidden !important;
  display:flex;
  flex-direction:column;
  padding:0 !important;
}
/* 有头像框也不改 modal overflow，避免内容顶到标题栏被裁切；在内部留白容纳画框 */
.eo-bounty #detail-modal .dialog-header{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:12px 14px 12px 16px !important;
  border-bottom:1px solid #111 !important;
  background:var(--by-panel) !important;
  position:relative;
  z-index:3;
  flex-shrink:0;
}
.eo-bounty #detail-modal .dialog-header::before{
  content:"";
  position:absolute;left:0;top:0;bottom:0;width:5px;
  background:var(--by-gold);
}
.eo-bounty #detail-modal .dialog-header h2{
  margin:0;
  font-family:var(--by-serif);
  font-size:16px;font-weight:700;color:#111;
  padding-left:4px;
}
.eo-bounty #detail-modal .dialog-close{
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  width:34px;height:34px;
  color:#111 !important;
  font-size:20px;line-height:1;
  box-shadow:none !important;
}
.eo-bounty #detail-modal .dialog-close:hover{
  background:#111 !important;color:#fff !important;
}
.eo-bounty #detail-body{
  overflow:auto;flex:1;min-height:0;
  background:#fff;
  display:flex;flex-direction:column;
}

.eo-bounty .detail-hero{
  position:relative;
  padding:0;
  border:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:visible;
}
.eo-bounty .detail-hero-grid{
  display:grid;
  grid-template-columns:132px minmax(0,1fr);
  gap:0;
  border-bottom:1px solid #111;
  overflow:visible;
}
.eo-bounty .detail-copy{
  padding:18px 20px 16px 18px;
  min-width:0;
  overflow:visible;
}
.eo-bounty .detail-hero.coin-dirt{
  background:
    linear-gradient(135deg,rgba(22,128,60,.07) 0%,transparent 46%),
    #fff !important;
}
.eo-bounty .detail-hero.coin-stone{
  background:
    linear-gradient(135deg,rgba(31,95,122,.08) 0%,transparent 46%),
    #fff !important;
}
.eo-bounty .detail-hero.coin-brick{
  background:
    linear-gradient(135deg,rgba(184,134,11,.1) 0%,transparent 46%),
    #fff !important;
}
.eo-bounty .detail-hero.is-featured::after{
  content:"精选";
  position:absolute;
  top:14px;right:-28px;
  width:110px;
  padding:4px 0;
  text-align:center;
  font-family:var(--by-mono);
  font-size:10px;font-weight:700;letter-spacing:.12em;
  color:#fff;
  background:var(--by-red);
  border:1px solid #111;
  transform:rotate(35deg);
  pointer-events:none;
  z-index:2;
}
.eo-bounty .detail-seal{
  position:relative;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:6px;
  padding:22px 12px;
  border-right:1px dashed #111;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.55) 0 36%,transparent 37%),
    repeating-linear-gradient(45deg,transparent 0 6px,rgba(17,17,17,.03) 6px 12px),
    var(--by-panel);
  text-align:center;
}
.eo-bounty .detail-seal.tok-dirt{background-color:rgba(22,128,60,.08)}
.eo-bounty .detail-seal.tok-stone{background-color:rgba(31,95,122,.09)}
.eo-bounty .detail-seal.tok-brick{background-color:rgba(184,134,11,.11)}
.eo-bounty .seal-kicker{
  font-family:var(--by-mono);
  font-size:10px;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(0,0,0,.42);
}
.eo-bounty .seal-amount{
  display:flex;align-items:baseline;justify-content:center;gap:3px;
  line-height:1;
}
.eo-bounty .seal-amount i{
  font-style:normal;
  font-family:var(--by-mono);
  font-size:12px;font-weight:700;
}
.eo-bounty .seal-amount b{
  font-family:var(--by-serif);
  font-size:40px;font-weight:700;color:#111;
  letter-spacing:-.04em;
}
.eo-bounty .detail-seal.tok-dirt .seal-amount i{color:var(--by-ok)}
.eo-bounty .detail-seal.tok-stone .seal-amount i{color:var(--by-ink)}
.eo-bounty .detail-seal.tok-brick .seal-amount i{color:var(--by-gold)}
.eo-bounty .seal-unit{
  font-family:var(--by-mono);font-size:11px;color:rgba(0,0,0,.5);
}
.eo-bounty .seal-note{
  display:block;
  margin-top:4px;
  font-family:var(--by-mono);
  font-size:10px;line-height:1.4;color:rgba(0,0,0,.48);
}
.eo-bounty .seal-note strong{
  display:block;
  margin-bottom:2px;
  font-family:var(--by-serif);
  font-size:12px;color:#111;
}
.eo-bounty .seal-note small{
  font-size:9px;color:rgba(0,0,0,.4);
}

.eo-bounty .detail-meta{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;
}
.eo-bounty .detail-serial{
  font-family:var(--by-mono);
  font-size:10px;letter-spacing:.14em;
  color:rgba(0,0,0,.38);
  margin-right:2px;
}
.eo-bounty .detail-title{
  margin:0 0 16px;
  font-family:var(--by-serif);
  font-size:clamp(22px,3.2vw,28px);
  font-weight:700;line-height:1.25;color:#111;
}
.eo-bounty .detail-reward{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px;
  margin:0 0 14px;
  padding:10px 12px;
  border-left:3px solid var(--by-gold);
  background:rgba(184,134,11,.08);
}
.eo-bounty .detail-reward .r-label{
  font-family:var(--by-mono);font-size:11px;color:rgba(0,0,0,.55);
}
.eo-bounty .detail-reward .r-label strong{color:#111;font-family:var(--by-serif)}
.eo-bounty .detail-by{
  display:flex;align-items:center;gap:12px;
  padding-top:14px;
  border-top:1px solid rgba(17,17,17,.16);
  overflow:visible;
  position:relative;
  z-index:1;
}
/* 头像框约 185% 外扩：给发布者行留出上下左右空间，避免被标题栏/裁切挡住 */
.eo-bounty .detail-by:has(.has-avf){
  padding:22px 12px 18px 14px;
  margin:0 -4px;
}
.eo-bounty .detail-publisher-avatar:not(.has-avf){
  width:40px !important;height:40px !important;
  border:1px solid #111 !important;border-radius:50% !important;
  overflow:hidden;object-fit:cover;
  display:inline-flex;align-items:center;justify-content:center;
}
.eo-bounty .detail-publisher-avatar:not(.has-avf) img,
.eo-bounty .detail-publisher-avatar:not(.has-avf) .app-avatar-img{
  width:100% !important;height:100% !important;
  border-radius:50% !important;object-fit:cover;
}
.eo-bounty .detail-by-text{
  display:flex;flex-direction:column;gap:2px;
}
.eo-bounty .detail-by-text strong{
  font-family:var(--by-serif);font-size:15px;
}
.eo-bounty .detail-by-text em{
  font-style:normal;
  font-family:var(--by-mono);font-size:11px;color:rgba(0,0,0,.42);
}

.eo-bounty .detail-quota{
  padding:12px 18px 14px;
  background:var(--by-panel);
}
.eo-bounty .detail-quota-head{
  display:flex;justify-content:space-between;gap:12px;
  margin-bottom:8px;
  font-family:var(--by-mono);
  font-size:11px;color:rgba(0,0,0,.5);
}
.eo-bounty .detail-quota-head span:last-child{
  color:#111;font-weight:700;
}
.eo-bounty .detail-quota-track{
  height:6px;
  border:1px solid #111;
  background:#fff;
  overflow:hidden;
}
.eo-bounty .detail-quota-fill{
  display:block;height:100%;
  background:var(--by-ok);
}
.eo-bounty .detail-hero.coin-stone .detail-quota-fill{background:var(--by-ink)}
.eo-bounty .detail-hero.coin-brick .detail-quota-fill,
.eo-bounty .detail-hero.is-featured .detail-quota-fill{background:var(--by-gold)}

.eo-bounty .detail-scroll{
  padding:16px 20px 18px 18px !important;
  border:0 !important;
  background:transparent !important;
  display:flex;flex-direction:column;gap:16px;
}
.eo-bounty .detail-block{
  margin:0;
}
.eo-bounty .detail-block-head{
  display:flex;align-items:baseline;gap:10px;
  margin-bottom:10px;
  padding-bottom:8px;
  border-bottom:1px solid #111;
}
.eo-bounty .detail-block-tag{
  font-family:var(--by-mono);
  font-size:10px;font-weight:700;
  letter-spacing:.14em;
  color:var(--by-red);
}
.eo-bounty .detail-block-title{
  font-family:var(--by-serif);
  font-size:16px;font-weight:700;color:#111;
  flex:1;
}
.eo-bounty .detail-block-count{
  font-family:var(--by-mono);
  font-size:11px;font-weight:700;
  border:1px solid #111;
  padding:2px 8px;
  background:var(--by-panel);
}
.eo-bounty .detail-desc{
  margin:0;
  padding:0;
  border:0;
  font-size:15px;line-height:1.85;color:rgba(0,0,0,.82);
  white-space:pre-wrap;word-break:break-word;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.eo-bounty .detail-desc.is-empty{color:rgba(0,0,0,.4);font-family:var(--by-mono);font-size:12px}

.eo-bounty .detail-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border:1px solid #111;
  margin:0;
  border-radius:0 !important;
  overflow:hidden;
}
.eo-bounty .detail-info-item{
  position:relative;
  padding:14px 14px 12px;
  border-right:1px solid #111;
  border-bottom:1px solid #111;
  background:#fff;
  display:flex;flex-direction:column;gap:6px;
}
.eo-bounty .detail-info-item:nth-child(2n){border-right:0}
.eo-bounty .detail-info-item:nth-last-child(-n+2){border-bottom:0}
.eo-bounty .detail-info-item:nth-child(odd){
  background:linear-gradient(180deg,var(--by-panel) 0%,#fff 100%);
}
.eo-bounty .detail-info-item .lbl{
  font-family:var(--by-mono);font-size:10px;letter-spacing:.08em;
  color:rgba(0,0,0,.42);text-transform:uppercase;
}
.eo-bounty .detail-info-item .val{
  font-family:var(--by-serif);font-size:15px;font-weight:700;color:#111;
  line-height:1.35;
}

.eo-bounty .app-section{margin:0;padding:0}
.eo-bounty .app-block-title{
  font-family:var(--by-mono);
  font-size:11px;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--by-red);
  margin:0 0 10px;padding:0;
  border:0;background:none;
}
.eo-bounty .app-list{display:flex;flex-direction:column;gap:0}
.eo-bounty .app-item{
  display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px;
  padding:14px 12px;
  border:1px solid #111;
  border-top:0;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
}
.eo-bounty .app-item:first-child{border-top:1px solid #111}
.eo-bounty .app-item:nth-child(even){background:var(--by-panel) !important}
.eo-bounty .app-item-left{display:flex;gap:10px;min-width:0;flex:1;overflow:visible}
.eo-bounty .app-item:has(.has-avf){
  overflow:visible !important;
  padding:20px 16px 18px 18px;
}
.eo-bounty .app-avatar:not(.has-avf){
  width:32px !important;height:32px !important;
  border:1px solid #111 !important;border-radius:50% !important;
  flex-shrink:0;overflow:hidden;
  display:inline-flex;align-items:center;justify-content:center;
}
.eo-bounty .app-avatar:not(.has-avf) img,
.eo-bounty .app-avatar:not(.has-avf) .app-avatar-img{
  width:100% !important;height:100% !important;
  border-radius:50% !important;object-fit:cover;
}
.eo-bounty .app-avatar.has-avf{
  display:block !important;
  position:relative !important;
  width:32px !important;height:32px !important;
  overflow:visible !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  flex-shrink:0;
  line-height:0 !important;
}
.eo-bounty .app-name{font-family:var(--by-serif);font-weight:700;font-size:14px}
.eo-bounty .app-sub{font-size:12px;color:rgba(0,0,0,.55);margin-top:2px;line-height:1.45}
.eo-bounty .app-sub.app-msg{color:rgba(0,0,0,.68);font-style:italic}
.eo-bounty .app-item-right{
  display:flex;flex-wrap:wrap;align-items:center;gap:6px;justify-content:flex-end;
}
.eo-bounty .app-status,
.eo-bounty .app-flag{
  font-family:var(--by-mono);font-size:10px;letter-spacing:.04em;
  border:1px solid currentColor !important;
  background:transparent !important;
  padding:2px 6px !important;
  color:var(--by-ink);
}
.eo-bounty .app-status.accepted,
.eo-bounty .app-status.completed{color:var(--by-ok);font-weight:700}
.eo-bounty .app-status.pending{color:var(--by-gold);font-weight:700}
.eo-bounty .bounty-mini-btn{
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  font-family:var(--by-mono) !important;
  font-size:11px !important;
  padding:5px 10px !important;
  box-shadow:none !important;
  color:#111 !important;
}
.eo-bounty .bounty-mini-btn.is-ok{
  background:var(--by-ok) !important;color:#fff !important;
}
.eo-bounty .bounty-mini-btn:hover{background:#111 !important;color:#fff !important}
.eo-bounty .app-alloc-input{
  width:88px !important;
  border:1px solid #111 !important;border-radius:0 !important;
}
.eo-bounty .app-alloc-hint{
  font-size:11px;color:#6a727c;white-space:nowrap;
}

@media (max-width:560px){
  .eo-bounty .detail-hero-grid{
    grid-template-columns:1fr;
  }
  .eo-bounty .detail-seal{
    border-right:0;
    border-bottom:1px dashed #111;
    flex-direction:row;flex-wrap:wrap;
    justify-content:flex-start;
    gap:8px 14px;
    padding:14px 16px;
    text-align:left;
  }
  .eo-bounty .seal-amount b{font-size:32px}
  .eo-bounty .detail-hero.is-featured::after{display:none}
  .eo-bounty .detail-info-grid{grid-template-columns:1fr}
  .eo-bounty .detail-info-item{border-right:0 !important}
  .eo-bounty .detail-info-item:nth-last-child(-n+2){border-bottom:1px solid #111}
  .eo-bounty .detail-info-item:last-child{border-bottom:0}
}

.eo-bounty .detail-actions{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  margin:0 !important;
  padding:12px 16px 12px 18px !important;
  border-top:1px solid #111 !important;
  background:var(--by-panel) !important;
  position:sticky;bottom:0;z-index:2;
}
.eo-bounty .detail-actions .btn,
.eo-bounty #detail-modal .btn{
  border:1px solid #111 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-family:var(--by-mono) !important;
  font-size:12px !important;font-weight:700;
  padding:8px 14px !important;
}
.eo-bounty .detail-actions .btn.primary{
  background:var(--by-red) !important;color:#fff !important;
  box-shadow:2px 2px 0 #111 !important;
}
.eo-bounty .detail-actions .btn.primary:hover{
  background:#9e0e0e !important;
  transform:translate(1px,1px);
  box-shadow:1px 1px 0 #111 !important;
}
.eo-bounty .detail-actions .btn.ghost{
  background:#fff !important;color:#111 !important;
}
.eo-bounty .detail-actions .btn.ghost:hover{
  background:#111 !important;color:#fff !important;
}

/* ══════════════════════════════════════════════════════
   发布 / 报名 弹窗
   ══════════════════════════════════════════════════════ */
.eo-bounty #publish-modal.modal-overlay,
.eo-bounty #apply-modal.modal-overlay{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  background:rgba(40,36,30,.55) !important;
}
.eo-bounty #publish-modal .create-sheet-panel,
.eo-bounty #apply-modal .apply-modal-panel{
  border:1px solid #111 !important;
  border-radius:0 !important;
  box-shadow:8px 8px 0 #111 !important;
  background:#fff !important;
  overflow:hidden;
}
.eo-bounty #publish-modal .create-sheet-head,
.eo-bounty #apply-modal .apply-modal-head{
  border-bottom:1px solid #111 !important;
  background:var(--by-panel) !important;
  position:relative;
  padding:14px 16px 14px 18px !important;
}
.eo-bounty #publish-modal .create-sheet-head::before,
.eo-bounty #apply-modal .apply-modal-head::before{
  content:"";
  position:absolute;left:0;top:0;bottom:0;width:5px;
  background:var(--by-red);
}
.eo-bounty .create-sheet-eyebrow,
.eo-bounty .apply-modal-eyebrow{
  font-family:var(--by-mono) !important;
  font-size:10px !important;
  letter-spacing:.16em !important;
  color:var(--by-red) !important;
  text-transform:uppercase;
}
.eo-bounty #publish-modal .dialog-title,
.eo-bounty #apply-modal .dialog-title{
  font-family:var(--by-serif) !important;
  font-size:20px !important;font-weight:700 !important;
  color:#111 !important;margin:4px 0 4px !important;
}
.eo-bounty .create-sheet-lead,
.eo-bounty .apply-modal-lead{
  font-size:12px !important;color:rgba(0,0,0,.55) !important;
  margin:0 !important;max-width:42ch;
}
.eo-bounty #publish-modal .dialog-close,
.eo-bounty #apply-modal .dialog-close{
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  width:34px;height:34px;
  color:#111 !important;
  box-shadow:none !important;
}
.eo-bounty #publish-modal .dialog-close:hover,
.eo-bounty #apply-modal .dialog-close:hover{
  background:#111 !important;color:#fff !important;
}

.eo-bounty .create-sheet-section,
.eo-bounty .apply-modal-section{
  border:0 !important;
  border-bottom:1px solid #111 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:16px 0 !important;
  margin:0 !important;
}
.eo-bounty .create-sheet-section:last-of-type,
.eo-bounty .apply-modal-section:last-of-type{border-bottom:0 !important}
.eo-bounty .create-sheet-section-title,
.eo-bounty .apply-modal-section-title{
  font-family:var(--by-mono) !important;
  font-size:11px !important;font-weight:700 !important;
  letter-spacing:.14em !important;text-transform:uppercase;
  color:var(--by-ink) !important;
  margin:0 0 12px !important;
  padding:0 !important;border:0 !important;
  background:none !important;
}
.eo-bounty .create-sheet-body,
.eo-bounty .apply-modal-body{
  padding:4px 18px 8px !important;
}
.eo-bounty .form-label{
  font-family:var(--by-mono) !important;
  font-size:11px !important;letter-spacing:.04em;
  color:#111 !important;
}
.eo-bounty .form-label .req{color:var(--by-red)}
.eo-bounty .form-input,
.eo-bounty .form-textarea,
.eo-bounty .form-select{
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  font-size:14px !important;
}
.eo-bounty .form-input:focus,
.eo-bounty .form-textarea:focus,
.eo-bounty .form-select:focus{
  outline:none;
  box-shadow:2px 2px 0 #111 !important;
}
.eo-bounty .form-hint{
  font-family:var(--by-mono);font-size:11px;color:rgba(0,0,0,.42);
}

.eo-bounty .tok-picker{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border:1px solid #111;
  background:#fff;
}
.eo-bounty .tok-option{
  flex:unset;
  width:100%;
  margin:0;
  border:0 !important;
  border-right:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  color:#111 !important;
  box-shadow:none !important;
  padding:8px 10px !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:8px !important;
  cursor:pointer;
  text-align:left;
  font:inherit;
  appearance:none;
  -webkit-appearance:none;
  transition:background .12s ease;
}
.eo-bounty .tok-option:last-child{border-right:0 !important}
.eo-bounty .tok-option:hover{
  background:var(--by-panel) !important;
  color:#111 !important;
}
.eo-bounty .tok-option.selected{
  background:var(--by-panel) !important;
  color:#111 !important;
  box-shadow:inset 0 -2px 0 var(--by-red) !important;
}
.eo-bounty .tok-option.selected span,
.eo-bounty .tok-option.selected .ci,
.eo-bounty .tok-option.selected .cn,
.eo-bounty .tok-option.selected .tok-name{
  color:#111 !important;
}
.eo-bounty .tok-option .ci{
  flex-shrink:0;
  width:26px;height:26px;
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--by-mono);font-size:11px;font-weight:700;
  letter-spacing:.04em;
  border:1px solid #111 !important;
  padding:0 !important;
  background:#fff !important;color:#111 !important;
  border-radius:0 !important;
}
.eo-bounty .tok-option.selected .ci{
  background:#111 !important;color:#fff !important;
}
.eo-bounty .tok-option[data-coin="dirt"].selected .ci{
  background:var(--by-ok) !important;border-color:#111 !important;color:#fff !important;
}
.eo-bounty .tok-option[data-coin="stone"].selected .ci{
  background:var(--by-ink) !important;border-color:#111 !important;color:#fff !important;
}
.eo-bounty .tok-copy{
  display:flex;flex-direction:column;gap:1px;min-width:0;
}
.eo-bounty .tok-name{
  font-family:var(--by-serif) !important;
  font-size:13px !important;font-weight:700 !important;
  color:#111 !important;line-height:1.2;
}
.eo-bounty .tok-option .cn{
  font-family:var(--by-mono) !important;
  font-size:9px !important;
  color:rgba(0,0,0,.48) !important;
  letter-spacing:.02em;
  line-height:1.3;
}
.eo-bounty .tok-option.selected .cn{
  color:rgba(0,0,0,.55) !important;
}

.eo-bounty .form-label .star-level{
  margin-left:6px;
  font-family:var(--by-mono);
  font-size:10px;font-weight:700;
  letter-spacing:.04em;
  color:var(--by-gold);
  vertical-align:middle;
}
.eo-bounty .star-picker{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:0 !important;
  border:1px solid #111;
  background:#fff;
  width:100%;
  max-width:220px;
}
.eo-bounty .star-picker .star{
  appearance:none;-webkit-appearance:none;
  margin:0;padding:0;
  border:0 !important;
  border-right:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  width:auto !important;height:30px !important;
  display:inline-flex !important;align-items:center;justify-content:center;
  font-size:13px !important;
  line-height:1;
  color:rgba(0,0,0,.22) !important;
  cursor:pointer;
  box-shadow:none !important;
  transition:background .12s ease,color .12s ease;
}
.eo-bounty .star-picker .star:last-child{border-right:0 !important}
.eo-bounty .star-picker .star:hover{
  background:rgba(184,134,11,.12) !important;
  color:var(--by-gold) !important;
}
.eo-bounty .star-picker .star.active{
  background:var(--by-gold) !important;
  color:#111 !important;
  font-weight:700;
}
.eo-bounty .star-picker .star.active:hover{
  background:#a6790a !important;
  color:#111 !important;
}

.eo-bounty .archive-warn,
.eo-bounty .apply-notice{
  display:flex;gap:12px;
  margin:12px 0 4px !important;
  padding:12px 14px !important;
  border:1px solid #111 !important;
  border-left:4px solid var(--by-gold) !important;
  border-radius:0 !important;
  background:var(--by-panel) !important;
  box-shadow:none !important;
}
.eo-bounty .archive-warn .icon,
.eo-bounty .apply-notice-icon{
  font-family:var(--by-mono);font-weight:700;
  width:22px;height:22px;
  border:1px solid #111;
  background:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  flex-shrink:0;font-size:12px;border-radius:0;
}
.eo-bounty .archive-warn .lead,
.eo-bounty .apply-notice-title{
  font-family:var(--by-serif);font-weight:700;font-size:14px;margin:0 0 4px;
}
.eo-bounty .archive-warn p,
.eo-bounty .apply-notice-text{
  font-size:12px;line-height:1.55;color:rgba(0,0,0,.62);margin:0 0 4px;
}
.eo-bounty .archive-warn .small{
  font-family:var(--by-mono);font-size:11px;color:rgba(0,0,0,.45);
}

.eo-bounty .create-sheet-actions,
.eo-bounty .apply-modal-actions{
  border-top:1px solid #111 !important;
  background:var(--by-panel) !important;
  padding:12px 16px !important;
  gap:8px !important;
}
.eo-bounty .create-sheet-actions .btn,
.eo-bounty .apply-modal-actions .btn{
  border:1px solid #111 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-family:var(--by-mono) !important;
  font-weight:700;font-size:12px !important;
  padding:8px 16px !important;
}
.eo-bounty .create-sheet-actions .btn.primary,
.eo-bounty .apply-modal-actions .btn.primary{
  background:var(--by-red) !important;color:#fff !important;
  box-shadow:2px 2px 0 #111 !important;
}
.eo-bounty .create-sheet-actions .btn.ghost,
.eo-bounty .apply-modal-actions .btn.ghost{
  background:#fff !important;color:#111 !important;
}

.eo-bounty .apply-task-summary{
  border:1px solid #111 !important;
  border-radius:0 !important;
  background:var(--by-panel) !important;
  padding:12px 14px !important;
  margin-bottom:12px !important;
  box-shadow:none !important;
}
.eo-bounty .apply-task-summary-title{
  font-family:var(--by-serif);font-size:16px;font-weight:700;margin:8px 0 4px;
}
.eo-bounty .apply-task-summary-meta{
  font-family:var(--by-mono);font-size:11px;color:rgba(0,0,0,.45);
}

/* loading / empty */
.eo-bounty .loading,
.eo-bounty .empty-state{
  font-family:var(--by-mono);font-size:12px;color:rgba(0,0,0,.45);
  padding:28px 12px;text-align:center;
}
.eo-bounty .loading-spinner{
  border:2px solid #111 !important;
  border-top-color:var(--by-red) !important;
  border-radius:0 !important;
}

@media (max-width:860px){
  .eo-bounty .by-mast-board{grid-template-columns:1fr}
  .eo-bounty .by-mast-main{border-right:0;border-bottom:1px solid #111}
  .eo-bounty .by-mast-main::after{font-size:32px}
  .eo-bounty .by-stats{grid-template-columns:1fr}
  .eo-bounty .by-stats .stat-cell{border-right:0;border-bottom:1px solid #111}
  .eo-bounty .by-stats .stat-cell:last-child{border-bottom:0}
  .eo-bounty .bounty-fee-note{
    grid-template-columns:1fr !important;
    box-shadow:2px 2px 0 #111 !important;
  }
  .eo-bounty .bcn-rail{
    border-right:0;
    border-bottom:1px solid #111;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:baseline;
    gap:4px 10px;
    padding:12px 12px 12px 16px;
  }
  .eo-bounty .bcn-rail .bcn-eyebrow{width:100%;margin:0}
  .eo-bounty .bcn-rail .note-title{font-size:18px;margin:0}
  .eo-bounty .bcn-rail-text{
    flex:1 1 auto;
    margin:0;
    max-width:none;
    font-size:11px;
    line-height:1.4;
    color:rgba(255,255,255,.58);
  }
  /* 01–03 三列；费率两列底栏 */
  .eo-bounty .bcn-board{
    grid-template-columns:repeat(6,minmax(0,1fr));
  }
  .eo-bounty .bcn-cell{
    border-right:1px solid #111;
    border-bottom:1px solid #111;
    padding:12px 10px 10px;
    gap:3px;
  }
  .eo-bounty .bcn-cell:nth-child(1),
  .eo-bounty .bcn-cell:nth-child(2),
  .eo-bounty .bcn-cell:nth-child(3){
    grid-column:span 2;
  }
  .eo-bounty .bcn-cell:nth-child(3){border-right:0}
  .eo-bounty .bcn-cell:nth-child(4),
  .eo-bounty .bcn-cell:nth-child(5){
    grid-column:span 3;
  }
  .eo-bounty .bcn-cell:nth-child(5){border-right:0;border-bottom:0}
  .eo-bounty .bcn-cell strong{font-size:14px}
  .eo-bounty .bcn-cell p{font-size:11px;line-height:1.35;margin:0}
  .eo-bounty .bcn-cell.is-rate{
    flex-direction:row;
    flex-wrap:wrap;
    align-items:baseline;
    gap:4px 8px;
    padding:10px 12px;
  }
  .eo-bounty .bcn-rate-v{font-size:14px}
  .eo-bounty .bcn-cell.is-rmb .bcn-rate-v{font-size:13px}
  .eo-bounty .bcn-rate-s{font-size:10px}
  .eo-bounty .bcn-footline{
    padding:8px 12px;
    font-size:10px;
    line-height:1.4;
  }
  .eo-bounty .bounty-tab-track{width:100%}
  .eo-bounty .bounty-tab-publish{width:100%;justify-content:center}
}

/* 悬赏详情弹窗 · 手机端对齐组队详情（不影响 PC） */
@media (max-width:720px){
  .eo-bounty #detail-modal.modal-overlay{
    padding:8px !important;
    align-items:flex-end !important;
    justify-content:center !important;
  }
  .eo-bounty #detail-modal .modal-box.detail-modal,
  .eo-bounty #detail-modal .detail-modal{
    width:calc(100vw - 16px) !important;
    max-width:none !important;
    max-height:min(94vh,920px) !important;
    box-shadow:4px 4px 0 #111 !important;
    margin:0 !important;
  }
  .eo-bounty #detail-modal .dialog-header{
    padding:10px 12px 10px 14px !important;
    gap:10px !important;
  }
  .eo-bounty #detail-modal .dialog-header h2{font-size:15px}
  .eo-bounty #detail-modal .dialog-close{
    width:32px !important;height:32px !important;
  }
  .eo-bounty .detail-hero{
    padding:12px !important;
    overflow:visible !important;
  }
  .eo-bounty .detail-by:has(.has-avf){
    padding:20px 8px 16px 10px;
  }
  .eo-bounty .detail-title{
    font-size:18px !important;
    margin:0 0 10px !important;
  }
  .eo-bounty .detail-reward{
    gap:6px;
    margin:0 0 10px;
    padding:8px 10px;
  }
  .eo-bounty .detail-scroll{
    padding:0 12px 12px !important;
  }
  .eo-bounty .detail-desc{
    font-size:14px;
    line-height:1.65;
    margin:0 0 12px;
    padding-top:12px;
  }
  .eo-bounty .detail-info-grid{
    grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  }
  .eo-bounty .detail-info-item{
    border-right:1px solid #111 !important;
    border-bottom:1px solid #111 !important;
    padding:8px 10px;
  }
  .eo-bounty .detail-info-item:nth-child(2n){border-right:0 !important}
  .eo-bounty .detail-info-item:nth-last-child(-n+2){border-bottom:0 !important}
  .eo-bounty .detail-info-item .val{font-size:13px}
  .eo-bounty .app-item-right{
    width:100%;
    justify-content:flex-start;
  }
  .eo-bounty .bounty-mini-btn{
    flex:1 1 auto;
    text-align:center;
    min-width:0;
    padding:8px 10px !important;
  }
  .eo-bounty .detail-actions{
    flex-direction:column-reverse !important;
    flex-wrap:nowrap !important;
    gap:6px !important;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px)) !important;
  }
  .eo-bounty .detail-actions .btn,
  .eo-bounty #detail-modal .btn{
    width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    text-align:center !important;
    justify-content:center !important;
    padding:11px 12px !important;
    font-size:13px !important;
  }
  .eo-bounty .detail-actions .btn.primary{
    order:-1;
  }
}
@media (prefers-reduced-motion:reduce){
  .eo-bounty *{animation:none !important;transition:none !important}
}
