.hp-stk__count b{color:var(--hp-accent-dark)}.hp-stk__group{margin-bottom:1.9rem}.hp-stk__grouphead{display:flex;align-items:baseline;gap:.6rem;margin:0 0 .8rem;padding-bottom:.5rem;border-bottom:2px solid var(--hp-line)}.hp-stk__groupname{margin:0;font-size:1.02rem;font-weight:700;color:var(--hp-accent-dark)}.hp-stk__groupcount{font-size:.82rem;color:var(--hp-muted);font-weight:600}.hp-stk__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.7rem}.hp-stk__card{background:var(--hp-card);border:1px solid var(--hp-line);border-radius:var(--hp-radius);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.3rem;transition:transform .12s,box-shadow .12s,border-color .12s}.hp-stk__card:hover{transform:translateY(-2px);border-color:var(--hp-accent);box-shadow:0 6px 16px rgba(47,107,30,.1)}.hp-stk__name{font-weight:700;line-height:1.3;color:var(--hp-ink)}.hp-stk__addr{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--hp-muted)}.hp-stk__addr svg{width:14px;height:16px;flex:none;fill:var(--hp-accent)}.hp-stk__pc{font-weight:600;color:var(--hp-ink)}.hp-stk mark{background:rgba(75,163,44,.22);color:inherit;border-radius:3px;padding:0 .1em}@media (prefers-reduced-motion:reduce){.hp-stk__card:hover{transform:none}}