html{scrollbar-gutter:stable}nav,.hero-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}#hero-search{display:block;width:100%;box-sizing:border-box;margin:12px 0;padding:16px;background:#152522;color:#edf3e7;border:1px solid #52685b;border-radius:12px;font:inherit}.hero-card{border:1px solid #405448;border-left:5px solid var(--tier);border-radius:16px;margin:14px 0;padding:20px;background:linear-gradient(120deg,#182720,#0d1615)}.hero-card summary{display:flex;gap:20px;align-items:center;cursor:pointer;list-style:none}.hero-card summary:after{content:'＋';margin-left:auto}.hero-card[open] summary:after{content:'−'}.hero-rank{font-size:1.6rem;color:#c7e6a3}.hero-identity{display:grid;gap:8px;flex:1;min-width:0}.hero-identity strong{overflow-wrap:anywhere;font-size:.9rem}.tier-badge{width:fit-content;background:var(--tier);color:#07110e;border:1px solid #64736c;padding:3px 10px;border-radius:30px;font-size:.8rem}.hero-card[style*='#171b1c'] .tier-badge{color:#f3f3f3}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:26px 0}.hero-stats small,.hero-stats strong{display:block}.hero-stats small{color:#adc0b4;margin-bottom:8px}.hero-card li{overflow-wrap:anywhere;margin:10px 0}.hero-tiers{display:flex;flex-wrap:wrap;gap:18px}.hero-tiers span{border-bottom:3px solid #65716a;padding:10px}.hero-tiers span:nth-child(2){border-color:#dc9965}.hero-tiers span:nth-child(3){border-color:#d7e0e7}.hero-tiers span:nth-child(4){border-color:#f2cd68}.hero-tiers span:nth-child(5){border-color:#69e3ea}.hero-tiers span:nth-child(6){border-color:#c7a1ff}@media(max-width:650px){.hero-card summary{flex-wrap:wrap;gap:12px}.hero-identity{flex-basis:75%}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-card{padding:14px}nav{font-size:.85rem}}
button{font:inherit;color:#edf3e7;background:#22362b;border:1px solid #647a58;border-radius:10px;padding:10px 16px;cursor:pointer}button:hover{background:#304835}button:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid #c7e6a3;outline-offset:4px}
