.needs-hud {
    position: fixed;
    top: 50%;
    right: 2.2vw;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.needs-core {
    display: grid;
    place-items: center;
}

.needs-ring {
    width: 56px;
    height: 56px;
    padding: 3px;
    border: 1px solid rgba(191, 128, 69, .5);
    border-radius: 50%;
    background: conic-gradient(var(--needs-color) var(--needs-progress), rgba(0, 0, 0, .32) 0);
}

.needs-ring-inner {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .7);
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
}

.needs-ring img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    opacity: .9;
}
