.whb{margin:16px 0;padding:0}.whb-row{display:flex;flex-wrap:wrap;gap:12px}.whb-tile{flex:1 1 160px;min-width:140px;padding:16px 20px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:rgba(15,15,35,.25);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);display:flex;flex-direction:column;gap:6px;transition:transform .2s ease,border-color .2s ease}.whb-tile:hover{border-color:hsla(0,0%,100%,.18);transform:translateY(-1px)}.whb-label{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.72);line-height:1.2}.whb-value{font-size:clamp(22px,3vw,30px);font-weight:700;color:#fff;line-height:1.1;word-break:break-word}.whb-tile--skeleton{pointer-events:none}.whb-skeleton-label{height:10px;width:70%;border-radius:4px;background:hsla(0,0%,100%,.08)}.whb-skeleton-value{height:26px;width:50%;border-radius:6px;background:hsla(0,0%,100%,.08)}@media (max-width:640px){.whb-tile{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px);min-width:0}}