.tool-use-counter {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    max-width: 100%;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    color: rgba(255, 255, 255, .94);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.tool-use-counter i { color: #ffbd91; }
.tool-use-counter strong { color: #fff; font-weight: 900; }
.tool-use-counter[data-state="counted"] { animation: tool-use-pulse .45s ease; }

.tool-head .tool-use-counter { margin-top: 14px; }
.tool-card-meta .tool-use-counter { padding: 4px 9px; font-size: 11px; }
.tool-card-meta .tool-use-counter span { padding: 0; background: transparent; color: inherit; }

@keyframes tool-use-pulse {
    50% { transform: scale(1.025); background: rgba(255, 255, 255, .2); }
}

@media (max-width: 560px) {
    .tool-use-counter { white-space: normal; text-align: center; }
}
