/* Hero Database — recreated from kingshotpro.com/heroes.html, data via data/heroes.json (CC-BY-4.0) */
.hd{max-width:1180px;margin:auto;padding:112px 22px 90px}
.hd-banner{position:relative;border:1px solid #c09828;border-radius:18px;padding:34px 28px;text-align:center;overflow:hidden;background:linear-gradient(180deg,rgba(20,16,8,.88),rgba(12,10,6,.72) 45%,rgba(20,16,8,.9)),radial-gradient(1100px 260px at 50% 0%,rgba(240,192,64,.16),transparent 60%),#151109;margin-bottom:22px}
.hd-banner h1{margin:0;font:700 clamp(24px,3.2vw,30px) 'Space Grotesk';color:#f0c040;letter-spacing:-.01em}
.hd-meta-pill{display:inline-flex;align-items:center;gap:10px;margin:16px auto 0;padding:8px 16px;border:1px solid rgba(240,192,64,.25);border-radius:999px;background:rgba(0,0,0,.35);color:#9391a3;font-size:12px;flex-wrap:wrap;justify-content:center}
.hd-meta-pill b{color:#e8e4ef}
.hd-meta-pill a{color:#f0c040;text-decoration:none;font-weight:600}
.hd-meta-pill a:hover{text-decoration:underline}
.hd-dot{width:6px;height:6px;border-radius:99px;background:#4ade80;display:inline-block}
.hd-banner>p{margin:16px 0 0;color:#c9c5d6;font-size:13.5px}
.hd-legend{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin:20px 0;font-size:12.5px;font-weight:700}
.hd-legend span b{font-weight:700}
.hd-filters{display:grid;grid-template-columns:78px 1fr;row-gap:12px;column-gap:14px;align-items:center;max-width:900px;margin:0 auto 6px}
.hd-filter-label{color:#7a7d8e;font-size:11px;letter-spacing:.08em;font-weight:700;text-transform:uppercase}
.hd-filter-group{display:flex;flex-wrap:wrap;gap:8px}
.hd-filter-group button{border:1px solid rgba(255,255,255,.08);background:#1e2030;color:#7a7d8e;border-radius:8px;padding:7px 13px;font:600 12.5px 'DM Sans';cursor:pointer;transition:.15s ease}
.hd-filter-group button:hover{border-color:rgba(240,192,64,.4)}
.hd-filter-group button.active{background:#f0c040;color:#0d0d0f;border-color:#f0c040}
.hd-count{text-align:center;color:#7a7d8e;font-size:13px;margin:18px 0 6px}
.hd-gen-section{margin-top:30px}
.hd-gen-section h2{margin:0 0 14px;font:700 18px 'Space Grotesk';color:#f0c040}
.hd-gen-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.hero-card{display:block;text-decoration:none;background:#1e2030;border:1px solid rgba(255,255,255,.06);border-left:2.4px solid #6b7280;border-radius:12px;padding:16px;color:inherit}
.hero-card.hero-legendary{border-left-color:#f0c040}
.hero-card.hero-epic{border-left-color:#a78bfa}
.hero-card-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.hero-card-head b{font:700 17px 'Space Grotesk';color:#f2f0f6}
.hero-f2p{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;background:rgba(74,222,128,.15);color:#4ade80}
.hero-spender{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;background:rgba(167,139,250,.15);color:#a78bfa}
.hero-sub{margin:5px 0 0;color:#7a7d8e;font-size:12.5px}
.hero-grades{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0 0;font-size:12.5px;font-weight:700}
.hero-grades span b{font-weight:700}
.hero-bestuse{margin:12px 0 0;color:#f0c040;font-weight:700;font-size:13px}
.hero-desc{margin:6px 0 0;color:#7a7d8e;font-size:12.5px;line-height:1.55}
.hd-empty{grid-column:1/-1;padding:30px;text-align:center;color:#7a7d8e;font-size:13px;border:1px dashed rgba(255,255,255,.12);border-radius:12px}
.hd-attribution{margin-top:34px;padding:14px 16px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);color:#7a7d8e;font-size:11.5px;text-align:center}
.hd-attribution a{color:#f0c040;text-decoration:none}
.hd-attribution a:hover{text-decoration:underline}
.hero-card{cursor:pointer}
.hero-card:hover{border-color:rgba(240,192,64,.35)}

.hd-modal-overlay{position:fixed;inset:0;background:rgba(6,5,3,.72);display:none;align-items:flex-start;justify-content:center;padding:80px 16px 40px;z-index:200;overflow-y:auto}
.hd-modal-overlay.open{display:flex}
.hd-modal{position:relative;width:100%;max-width:620px;background:#1a1c29;border:1px solid rgba(240,192,64,.28);border-radius:16px;padding:26px 26px 24px;box-shadow:0 30px 80px rgba(0,0,0,.55)}
.hd-modal-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#1e2030;color:#9391a3;font-size:13px;cursor:pointer;line-height:1;transition:.15s ease}
.hd-modal-close:hover{color:#f0c040;border-color:rgba(240,192,64,.4)}
.hd-modal-name{margin:0 34px 0 0;font:700 21px 'Space Grotesk';color:#f2f0f6}
.hd-modal-sub{margin:5px 0 0;color:#7a7d8e;font-size:12.5px}
.hd-modal-grades{display:flex;flex-wrap:wrap;gap:12px;margin:14px 0 0;font-size:12.5px;font-weight:700}
.hd-modal-bestuse{margin:14px 0 0;color:#f0c040;font-weight:700;font-size:13px}
.hd-modal-desc{margin:6px 0 0;color:#9391a3;font-size:12.5px;line-height:1.6}
.hd-modal-section{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}
.hd-modal-section h3{margin:0 0 10px;font:700 13px 'Space Grotesk';color:#e8e4ef;letter-spacing:.01em}
.hd-pill-row{display:flex;flex-wrap:wrap;gap:8px}
.hd-pill{border:1px solid rgba(240,192,64,.3);background:rgba(240,192,64,.08);color:#f0c040;border-radius:999px;padding:6px 14px;font:600 12px 'DM Sans';cursor:pointer;transition:.15s ease}
.hd-pill:hover{background:rgba(240,192,64,.2);border-color:#f0c040}
.hd-lineup{margin-bottom:12px}
.hd-lineup:last-child{margin-bottom:0}
.hd-lineup-name{margin:0 0 6px;color:#c9c5d6;font-size:12.5px;font-weight:700}
.hd-modal-empty{color:#565866;font-size:12.5px;font-style:italic}

@media(max-width:820px){
  .hd{padding:98px 16px 96px}
  .hd-gen-grid{grid-template-columns:1fr}
  .hd-filters{grid-template-columns:1fr}
  .hd-filter-label{margin-bottom:-4px}
  .hd-modal-overlay{padding:70px 12px 30px}
  .hd-modal{padding:22px 20px 20px}
}
